--- a/UI/DiffDialog.py Sat Sep 04 19:51:19 2010 +0200 +++ b/UI/DiffDialog.py Sat Sep 04 19:51:48 2010 +0200 @@ -201,7 +201,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.saveButton = \ self.buttonBox.addButton(self.trUtf8("Save"), QDialogButtonBox.ActionRole)