Preferences/ProgramsDialog.py

changeset 3664
78e522719af3
parent 3656
441956d8fce5
child 4021
195a471c327b
--- a/Preferences/ProgramsDialog.py	Thu Jul 03 19:02:29 2014 +0200
+++ b/Preferences/ProgramsDialog.py	Thu Jul 03 19:41:23 2014 +0200
@@ -133,19 +133,19 @@
             self.tr("Qt Assistant"), exe, version=version)
         
         # 2. do the PyQt programs
-        # 2a. Translation Extractor PyQt5
+        # 2a. Translation Extractor PyQt4
         self.__createProgramEntry(
-            self.tr("Translation Extractor (Python, PyQt5)"),
+            self.tr("Translation Extractor (Python, PyQt4)"),
             Utilities.isWindowsPlatform() and "pylupdate4.exe" or "pylupdate4",
             '-version', 'pylupdate', -1)
-        # 2b. Forms Compiler PyQt5
+        # 2b. Forms Compiler PyQt4
         self.__createProgramEntry(
-            self.tr("Forms Compiler (Python, PyQt5)"),
+            self.tr("Forms Compiler (Python, PyQt4)"),
             Utilities.isWindowsPlatform() and "pyuic4.bat" or "pyuic4",
             '--version', 'Python User', 4)
-        # 2c. Resource Compiler PyQt5
+        # 2c. Resource Compiler PyQt4
         self.__createProgramEntry(
-            self.tr("Resource Compiler (Python, PyQt5)"),
+            self.tr("Resource Compiler (Python, PyQt4)"),
             Utilities.isWindowsPlatform() and "pyrcc4.exe" or "pyrcc4",
             '-version', 'Resource Compiler', -1)
         # 2d. Translation Extractor PyQt5

eric ide

mercurial