--- a/Preferences/ToolGroupConfigurationDialog.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Preferences/ToolGroupConfigurationDialog.py Sun Nov 03 15:58:22 2013 +0100 @@ -69,8 +69,8 @@ E5MessageBox.critical( self, self.trUtf8("Add tool group entry"), - self.trUtf8("An entry for the group name {0} already exists.")\ - .format(groupName)) + self.trUtf8("An entry for the group name {0} already exists.") + .format(groupName)) return self.groupsList.addItem(groupName) @@ -99,8 +99,8 @@ E5MessageBox.critical( self, self.trUtf8("Add tool group entry"), - self.trUtf8("An entry for the group name {0} already exists.")\ - .format(groupName)) + self.trUtf8("An entry for the group name {0} already exists.") + .format(groupName)) return self.toolGroups[row][0] = groupName @@ -119,8 +119,8 @@ self, 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()), + """ <b>"{0}"</b>?</p>""") + .format(self.groupsList.currentItem().text()), icon=E5MessageBox.Warning) if not res: return