Helpviewer/Network/NoCacheHostsDialog.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3345
071afe8be2a1
--- 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())

eric ide

mercurial