eric6_pluginrepository.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
--- a/eric6_pluginrepository.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/eric6_pluginrepository.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,9 +5,9 @@
 #
 
 """
-Eric5 Plugin Installer.
+Eric6 Plugin Installer.
 
-This is the main Python script to install eric5 plugins from outside of the
+This is the main Python script to install eric6 plugins from outside of the
 IDE.
 """
 
@@ -52,9 +52,9 @@
          "use the given directory as the one containing the config files"),
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric5 Plugin Repository",
+                                  "Eric6 Plugin Repository",
                                   "",
-                                  "Utility to show the contents of the eric5"
+                                  "Utility to show the contents of the eric6"
                                   " Plugin repository.",
                                   options)
     res = Startup.simpleAppStartup(sys.argv,

eric ide

mercurial