ProjectPyramid/DistributionTypeSelectionDialog.py

changeset 95
2b0933087db9
parent 83
f4d68a4248db
child 99
d148b68ccc76
--- a/ProjectPyramid/DistributionTypeSelectionDialog.py	Thu Dec 22 15:55:52 2016 +0100
+++ b/ProjectPyramid/DistributionTypeSelectionDialog.py	Fri Dec 23 17:15:21 2016 +0100
@@ -64,7 +64,7 @@
                         "The python setup.py command did not finish within"
                         " 30s.")
         else:
-            errMsg = self.tr("Could not start the pcreate executable.")
+            errMsg = self.tr("Could not start the python executable.")
         if not errMsg:
             for line in output.splitlines():
                 line = line.strip()

eric ide

mercurial