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