Project/ProjectTranslationsBrowser.py

changeset 3010
befeff46ec0f
parent 2995
63d874899b8b
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/Project/ProjectTranslationsBrowser.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Project/ProjectTranslationsBrowser.py	Sat Oct 12 18:25:29 2013 +0200
@@ -908,12 +908,14 @@
             if ui.notificationsEnabled():
                 ui.showNotification(UI.PixmapCache.getPixmap("linguist48.png"),
                     self.trUtf8("Translation file generation"),
-                    self.trUtf8("The generation of the translation files (*.ts)"
+                    self.trUtf8(
+                        "The generation of the translation files (*.ts)"
                         " was successful."))
             else:
                 E5MessageBox.information(self,
                     self.trUtf8("Translation file generation"),
-                    self.trUtf8("The generation of the translation files (*.ts)"
+                    self.trUtf8(
+                        "The generation of the translation files (*.ts)"
                         " was successful."))
         else:
             E5MessageBox.critical(self,

eric ide

mercurial