Fixed two typos in some comments.

Thu, 30 Jan 2014 19:00:05 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 30 Jan 2014 19:00:05 +0100
changeset 3232
c2e2ca23c86b
parent 3231
a7c9914d1c41
child 3233
33b91e6c5ae4

Fixed two typos in some comments.

Preferences/ProgramsDialog.py file | annotate | diff | comparison | revisions
--- a/Preferences/ProgramsDialog.py	Sun Jan 26 15:49:14 2014 +0100
+++ b/Preferences/ProgramsDialog.py	Thu Jan 30 19:00:05 2014 +0100
@@ -146,12 +146,12 @@
             self.tr("Translation Extractor (Python, PyQt5)"),
             Utilities.isWindowsPlatform() and "pylupdate5.exe" or "pylupdate5",
             '-version', 'pylupdate', -1)
-        # 2e. Forms Compiler PyQt4
+        # 2e. Forms Compiler PyQt5
         self.__createProgramEntry(
             self.tr("Forms Compiler (Python, PyQt5)"),
             Utilities.isWindowsPlatform() and "pyuic5.bat" or "pyuic5",
             '--version', 'Python User', 4)
-        # 2f. Resource Compiler PyQt4
+        # 2f. Resource Compiler PyQt5
         self.__createProgramEntry(
             self.tr("Resource Compiler (Python, PyQt5)"),
             Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5",

eric ide

mercurial