Helpviewer/Network/NetworkAccessManager.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3591
2f2a4a76dd22
--- a/Helpviewer/Network/NetworkAccessManager.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Helpviewer/Network/NetworkAccessManager.py	Thu Apr 03 23:05:31 2014 +0200
@@ -210,10 +210,10 @@
         if not realm and 'realm' in auth.options():
             realm = auth.option("realm")
         if realm:
-            info = self.trUtf8("<b>Enter username and password for '{0}', "
-                               "realm '{1}'</b>").format(urlRoot, realm)
+            info = self.tr("<b>Enter username and password for '{0}', "
+                           "realm '{1}'</b>").format(urlRoot, realm)
         else:
-            info = self.trUtf8("<b>Enter username and password for '{0}'</b>")\
+            info = self.tr("<b>Enter username and password for '{0}'</b>")\
                 .format(urlRoot)
         
         from UI.AuthenticationDialog import AuthenticationDialog

eric ide

mercurial