--- a/VCS/CommandOptionsDialog.py Fri Oct 18 18:42:10 2013 +0200 +++ b/VCS/CommandOptionsDialog.py Sat Oct 19 11:14:51 2013 +0200 @@ -49,9 +49,9 @@ # modify the what's this help for widget in [self.globalEdit, self.commitEdit, self.checkoutEdit, - self.updateEdit, self.addEdit, self.removeEdit, - self.diffEdit, self.logEdit, self.historyEdit, - self.statusEdit, self.tagEdit, self.exportEdit]: + self.updateEdit, self.addEdit, self.removeEdit, + self.diffEdit, self.logEdit, self.historyEdit, + self.statusEdit, self.tagEdit, self.exportEdit]: t = widget.whatsThis() if t: t += Utilities.getPercentReplacementHelp()