Preferences/ToolConfigurationDialog.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3034
7ce719013078
child 3058
0a02c433f52d
diff -r 17c01303a239 -r 67064c71df21 Preferences/ToolConfigurationDialog.py
--- a/Preferences/ToolConfigurationDialog.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/ToolConfigurationDialog.py	Wed Oct 16 15:16:54 2013 +0200
@@ -100,7 +100,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Add tool entry"),
-                self.trUtf8("You have to set an executable to add to the"
+                self.trUtf8(
+                    "You have to set an executable to add to the"
                     " Tools-Menu first."))
             return
         
@@ -108,7 +109,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Add tool entry"),
-                self.trUtf8("You have to insert a menuentry text to add the"
+                self.trUtf8(
+                    "You have to insert a menuentry text to add the"
                     " selected program to the Tools-Menu first."))
             return
         
@@ -116,7 +118,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Add tool entry"),
-                self.trUtf8("The selected file could not be found or"
+                self.trUtf8(
+                    "The selected file could not be found or"
                     " is not an executable."
                     " Please choose an executable filename."))
             return
@@ -159,7 +162,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Change tool entry"),
-                self.trUtf8("You have to set an executable to change the"
+                self.trUtf8(
+                    "You have to set an executable to change the"
                     " Tools-Menu entry."))
             return
             
@@ -167,7 +171,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Change tool entry"),
-                self.trUtf8("You have to insert a menuentry text to change the"
+                self.trUtf8(
+                    "You have to insert a menuentry text to change the"
                     " selected Tools-Menu entry."))
             return
             
@@ -175,7 +180,8 @@
             E5MessageBox.critical(
                 self,
                 self.trUtf8("Change tool entry"),
-                self.trUtf8("The selected file could not be found or"
+                self.trUtf8(
+                    "The selected file could not be found or"
                     " is not an executable."
                     " Please choose an existing executable filename."))
             return
@@ -269,7 +275,8 @@
                 E5MessageBox.critical(
                     self,
                     self.trUtf8("Select executable"),
-                    self.trUtf8("The selected file is not an executable."
+                    self.trUtf8(
+                        "The selected file is not an executable."
                         " Please choose an executable filename."))
                 return
             

eric ide

mercurial