--- a/src/eric7/eric7_post_install.py Sun Oct 02 11:44:07 2022 +0200 +++ b/src/eric7/eric7_post_install.py Sun Oct 02 14:18:49 2022 +0200 @@ -95,7 +95,7 @@ iconsDir = os.path.join(os.path.dirname(eric7.__file__), "pixmaps") entriesTemplates = [ ( - "eric7 (Python {0}.{1}).lnk", + "eric7 IDE (Python {0}.{1}).lnk", os.path.join(scriptsDir, "eric7_ide.exe"), os.path.join(iconsDir, "eric7.ico"), ),