--- a/src/eric7/UI/InstallInfoDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/UI/InstallInfoDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -77,9 +77,7 @@ self.remarksEdit.setPlainText(self.__info["remarks"]) if self.__info["pip"]: self.pipLabel.setText( - self.tr( - "'eric-ide' was installed from PyPI using the pip" " command." - ) + self.tr("'eric-ide' was installed from PyPI using the pip command.") ) else: self.pipLabel.hide()