--- a/Preferences/ToolGroupConfigurationDialog.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Preferences/ToolGroupConfigurationDialog.py Sat Oct 19 13:03:39 2013 +0200 @@ -67,7 +67,7 @@ E5MessageBox.critical( self, self.trUtf8("Add tool group entry"), - self.trUtf8("An entry for the group name {0} already exists.")\ + self.trUtf8("An entry for the group name {0} already exists.") .format(groupName)) return @@ -97,7 +97,7 @@ E5MessageBox.critical( self, self.trUtf8("Add tool group entry"), - self.trUtf8("An entry for the group name {0} already exists.")\ + self.trUtf8("An entry for the group name {0} already exists.") .format(groupName)) return @@ -117,7 +117,7 @@ self, self.trUtf8("Delete tool group entry"), self.trUtf8("""<p>Do you really want to delete the tool group""" - """ <b>"{0}"</b>?</p>""")\ + """ <b>"{0}"</b>?</p>""") .format(self.groupsList.currentItem().text()), icon=E5MessageBox.Warning) if not res: