eric6/eric6_tray.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
diff -r 44e15eda6506 -r e8fc383322f7 eric6/eric6_tray.py
--- a/eric6/eric6_tray.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/eric6_tray.py	Wed Jan 06 13:47:01 2021 +0100
@@ -5,11 +5,11 @@
 #
 
 """
-Eric6 Tray.
+eric Tray.
 
 This is the main Python script that performs the necessary initialization
 of the system-tray application. This acts as a quickstarter by providing a
-context menu to start the eric6 IDE and the eric6 tools.
+context menu to start the eric IDE and the eric tools.
 """
 
 import sys
@@ -64,9 +64,9 @@
          "use the given directory to store the settings files"),
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric6 Tray",
+                                  "eric Tray",
                                   "",
-                                  "Traystarter for eric6",
+                                  "Traystarter for eric",
                                   options)
     res = Startup.simpleAppStartup(sys.argv,
                                    appinfo,

eric ide

mercurial