--- a/Helpviewer/Network/NetworkAccessManager.py Sat Sep 22 19:05:29 2012 +0200 +++ b/Helpviewer/Network/NetworkAccessManager.py Sat Sep 22 19:40:50 2012 +0200 @@ -194,11 +194,11 @@ 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) + else: info = self.trUtf8("<b>Enter username and password for '{0}'</b>")\ .format(urlRoot) - else: - info = self.trUtf8("<b>Enter username and password for '{0}', " - "realm '{1}'</b>").format(urlRoot, realm) dlg = AuthenticationDialog(info, auth.user(), Preferences.getUser("SavePasswords"),