--- a/E5Gui/E5ErrorMessageFilterDialog.py Fri Jan 10 19:30:21 2014 +0100 +++ b/E5Gui/E5ErrorMessageFilterDialog.py Sat Jan 11 11:55:33 2014 +0100 @@ -49,8 +49,8 @@ """ filter, ok = QInputDialog.getText( self, - self.trUtf8("Error Messages Filter"), - self.trUtf8("Enter message filter to add to the list:"), + self.tr("Error Messages Filter"), + self.tr("Enter message filter to add to the list:"), QLineEdit.Normal) if ok and filter != "" and filter not in self.__model.stringList(): self.__model.insertRow(self.__model.rowCount())