--- a/src/eric7/VirtualEnv/VirtualenvExecDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/VirtualEnv/VirtualenvExecDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -185,11 +185,11 @@ else: if self.__pyvenv: self.__logError( - self.tr("No suitable pyvenv program could be" " started.\n") + self.tr("No suitable pyvenv program could be started.\n") ) else: self.__logError( - self.tr("No suitable virtualenv program could be" " started.\n") + self.tr("No suitable virtualenv program could be started.\n") ) self.__cmd = "" self.__finish(0, 0, giveUp=True)