eric6/eric6_plugininstall.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
diff -r 44e15eda6506 -r e8fc383322f7 eric6/eric6_plugininstall.py
--- a/eric6/eric6_plugininstall.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/eric6_plugininstall.py	Wed Jan 06 13:47:01 2021 +0100
@@ -5,9 +5,9 @@
 #
 
 """
-Eric6 Plugin Installer.
+eric Plugin Installer.
 
-This is the main Python script to install eric6 plugins from outside of the
+This is the main Python script to install eric plugins from outside of the
 IDE.
 """
 
@@ -62,9 +62,9 @@
         ("", "names of plugins to install")
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric6 Plugin Installer",
+                                  "eric Plugin Installer",
                                   "",
-                                  "Plugin installation utility for eric6",
+                                  "Plugin installation utility for eric",
                                   options)
     res = Startup.simpleAppStartup(sys.argv,
                                    appinfo,

eric ide

mercurial