src/eric7/Project/ProjectTranslationsBrowser.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9531
155b2646799a
child 9624
b47dfa7a137d
diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/Project/ProjectTranslationsBrowser.py
--- a/src/eric7/Project/ProjectTranslationsBrowser.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Project/ProjectTranslationsBrowser.py	Tue Dec 06 17:35:41 2022 +0100
@@ -1108,7 +1108,7 @@
                 EricPixmapCache.getPixmap("linguist48"),
                 self.tr("Translation file generation"),
                 self.tr(
-                    "The generation of the translation files (*.ts)" " was successful."
+                    "The generation of the translation files (*.ts) was successful."
                 ),
             )
         else:
@@ -1120,7 +1120,7 @@
                 EricPixmapCache.getPixmap("linguist48"),
                 self.tr("Translation file generation"),
                 self.tr(
-                    "The generation of the translation files (*.ts) has" " failed.{0}"
+                    "The generation of the translation files (*.ts) has failed.{0}"
                 ).format(info),
                 kind=NotificationTypes.CRITICAL,
                 timeout=0,
@@ -1403,9 +1403,7 @@
             ui.showNotification(
                 EricPixmapCache.getPixmap("linguist48"),
                 self.tr("Translation file release"),
-                self.tr(
-                    "The release of the translation files (*.qm)" " was successful."
-                ),
+                self.tr("The release of the translation files (*.qm) was successful."),
             )
             if self.project.getProjectData(dataKey="TRANSLATIONSBINPATH"):
                 target = os.path.join(

eric ide

mercurial