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.")