--- a/Helpviewer/Network/NoCacheHostsDialog.py Fri Jan 10 19:30:21 2014 +0100 +++ b/Helpviewer/Network/NoCacheHostsDialog.py Sat Jan 11 11:55:33 2014 +0100 @@ -50,8 +50,8 @@ """ host, ok = QInputDialog.getText( self, - self.trUtf8("Not Cached Hosts"), - self.trUtf8("Enter host name to add to the list:"), + self.tr("Not Cached Hosts"), + self.tr("Enter host name to add to the list:"), QLineEdit.Normal) if ok and host != "" and host not in self.__model.stringList(): self.__model.insertRow(self.__model.rowCount())