ProjectPyramid/DistributionTypeSelectionDialog.py

branch
eric7
changeset 168
fee59283137b
parent 167
d0f4aa941afe
child 171
4a8bf0845603
diff -r d0f4aa941afe -r fee59283137b ProjectPyramid/DistributionTypeSelectionDialog.py
--- a/ProjectPyramid/DistributionTypeSelectionDialog.py	Sat Dec 23 15:48:53 2023 +0100
+++ b/ProjectPyramid/DistributionTypeSelectionDialog.py	Sat Dec 23 17:16:21 2023 +0100
@@ -58,7 +58,7 @@
             else:
                 if not finished:
                     errMsg = self.tr(
-                        "The python setup.py command did not finish within" " 30s."
+                        "The python setup.py command did not finish within 30s."
                     )
         else:
             errMsg = self.tr("Could not start the python executable.")

eric ide

mercurial