Preferences/ToolGroupConfigurationDialog.py

changeset 3038
7fe9a53280bd
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r a417a0670a36 -r 7fe9a53280bd Preferences/ToolGroupConfigurationDialog.py
--- a/Preferences/ToolGroupConfigurationDialog.py	Sat Oct 19 16:14:07 2013 +0200
+++ b/Preferences/ToolGroupConfigurationDialog.py	Sat Oct 19 16:51:12 2013 +0200
@@ -68,7 +68,7 @@
                 self,
                 self.trUtf8("Add tool group entry"),
                 self.trUtf8("An entry for the group name {0} already exists.")
-                    .format(groupName))
+                .format(groupName))
             return
         
         self.groupsList.addItem(groupName)
@@ -98,7 +98,7 @@
                 self,
                 self.trUtf8("Add tool group entry"),
                 self.trUtf8("An entry for the group name {0} already exists.")
-                    .format(groupName))
+                .format(groupName))
             return
         
         self.toolGroups[row][0] = groupName
@@ -118,7 +118,7 @@
             self.trUtf8("Delete tool group entry"),
             self.trUtf8("""<p>Do you really want to delete the tool group"""
                         """ <b>"{0}"</b>?</p>""")
-                .format(self.groupsList.currentItem().text()),
+            .format(self.groupsList.currentItem().text()),
             icon=E5MessageBox.Warning)
         if not res:
             return

eric ide

mercurial