diff --git a/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp b/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp index 45d19b554bb..d51528ca35c 100644 --- a/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp +++ b/mozilla/toolkit/components/passwordmgr/base/nsPasswordManager.cpp @@ -1186,9 +1186,7 @@ nsPasswordManager::Notify(nsIContent* aFormNode, nsAutoString dialogTitle, dialogText, neverText; GetLocalizedString(NS_LITERAL_STRING("savePasswordTitle"), dialogTitle); - GetLocalizedString(NS_LITERAL_STRING("savePasswordText"), - dialogText, - PR_TRUE); + GetLocalizedString(NS_LITERAL_STRING("savePasswordText"), dialogText); GetLocalizedString(NS_LITERAL_STRING("neverForSite"), neverText); PRInt32 selection;