src/eric7/Project/ProjectFormsBrowser.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9527
8601253e7633
child 9624
b47dfa7a137d
--- a/src/eric7/Project/ProjectFormsBrowser.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Project/ProjectFormsBrowser.py	Tue Dec 06 17:35:41 2022 +0100
@@ -837,7 +837,7 @@
                 ui.showNotification(
                     EricPixmapCache.getPixmap("designer48"),
                     self.tr("Form Compilation"),
-                    self.tr("The compilation of the form file" " was successful."),
+                    self.tr("The compilation of the form file was successful."),
                 )
                 self.project.projectFileCompiled.emit(self.compiledFile, "FORMS")
             except OSError as msg:
@@ -949,7 +949,7 @@
                 self,
                 self.tr("Process Generation Error"),
                 self.tr(
-                    "Could not start {0}.<br>" "Ensure that it is in the search path."
+                    "Could not start {0}.<br>Ensure that it is in the search path."
                 ).format(uicompiler),
             )
             return None

eric ide

mercurial