--- 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