--- a/eric6/eric6_shell.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/eric6_shell.py Wed Jan 06 13:47:01 2021 +0100 @@ -5,7 +5,7 @@ # """ -Eric6 Shell. +eric Shell. This is the main Python script that performs the necessary initialization of the ShellWindow module and starts the Qt event loop. @@ -64,9 +64,9 @@ "use the given directory to store the settings files"), ] appinfo = AppInfo.makeAppInfo(sys.argv, - "Eric6 Shell", + "eric Shell", "", - "Stand alone version of the eric6" + "Stand alone version of the eric" " interpreter shell", options) res = Startup.simpleAppStartup(sys.argv,