--- a/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -76,7 +76,7 @@ self.cancelled = False self.filesLabel.setText( - self.trUtf8("Files (relative to {0}):").format(path)) + self.tr("Files (relative to {0}):").format(path)) QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) QApplication.processEvents() @@ -113,7 +113,7 @@ self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) if len(self.changeListsDict) == 0: - self.changeLists.addItem(self.trUtf8("No changelists found")) + self.changeLists.addItem(self.tr("No changelists found")) self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) else: