diff -r edde1fe80b3e -r 3b1f5d872fd7 eric5-pluginuninstall.py --- a/eric5-pluginuninstall.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-pluginuninstall.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 Plugin Uninstaller +Eric5 Plugin Uninstaller This is the main Python script to uninstall eric5 plugins from outside of the IDE. """ @@ -42,7 +42,7 @@ "use the given directory as the one containing the config files"), ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 Plugin Uninstaller", + "Eric5 Plugin Uninstaller", "", "Plugin uninstallation utility for eric5", options)