diff -r 96232974dcdb -r 645c12de6b0c Project/AddFoundFilesDialog.py --- a/Project/AddFoundFilesDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Project/AddFoundFilesDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -38,12 +38,12 @@ self.setupUi(self) self.addAllButton = self.buttonBox.addButton( - self.trUtf8("Add All"), QDialogButtonBox.AcceptRole) - self.addAllButton.setToolTip(self.trUtf8("Add all files.")) + self.tr("Add All"), QDialogButtonBox.AcceptRole) + self.addAllButton.setToolTip(self.tr("Add all files.")) self.addSelectedButton = self.buttonBox.addButton( - self.trUtf8("Add Selected"), QDialogButtonBox.AcceptRole) + self.tr("Add Selected"), QDialogButtonBox.AcceptRole) self.addSelectedButton.setToolTip( - self.trUtf8("Add selected files only.")) + self.tr("Add selected files only.")) self.fileList.addItems(files)