diff -r 9a21c547de5f -r a9a94491c4fd UI/SearchWidget.py --- a/UI/SearchWidget.py Fri Jan 10 19:30:21 2014 +0100 +++ b/UI/SearchWidget.py Sat Jan 11 11:55:33 2014 +0100 @@ -175,4 +175,4 @@ else: txt = self.findtextCombo.currentText() self.statusLabel.setText( - self.trUtf8("'{0}' was not found.").format(txt)) + self.tr("'{0}' was not found.").format(txt))