eric6_configure.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
--- a/eric6_configure.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/eric6_configure.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,9 +5,9 @@
 #
 
 """
-Eric5 Configure.
+Eric6 Configure.
 
-This is the main Python script to configure the eric5 IDE from the outside.
+This is the main Python script to configure the eric6 IDE from the outside.
 """
 
 from __future__ import unicode_literals
@@ -59,9 +59,9 @@
          "use the given directory as the one containing the config files"),
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric5 Configure",
+                                  "Eric6 Configure",
                                   "",
-                                  "Configuration editor for eric5",
+                                  "Configuration editor for eric6",
                                   options)
     res = Startup.simpleAppStartup(sys.argv,
                                    appinfo,

eric ide

mercurial