src/eric7/UI/InstallInfoDialog.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9624
b47dfa7a137d
--- 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()

eric ide

mercurial