--- a/UI/CompareDialog.py Sat Sep 04 19:51:19 2010 +0200 +++ b/UI/CompareDialog.py Sat Sep 04 19:51:48 2010 +0200 @@ -91,7 +91,7 @@ self.diffButton = \ self.buttonBox.addButton(self.trUtf8("Compare"), QDialogButtonBox.ActionRole) - self.diffButton.setToolTip(\ + self.diffButton.setToolTip( self.trUtf8("Press to perform the comparison of the two files")) self.diffButton.setEnabled(False) self.diffButton.setDefault(True)