Bug 361170: "never show this dialog again" may be too confusing for end user. Patch by Benoît <benoit@gawab.com>, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@216040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,7 +41,7 @@ KillScriptWithDebugMessage=A script on this page may be busy, or it may have sto
|
||||
StopScriptButton=Stop script
|
||||
DebugScriptButton=Debug script
|
||||
WaitForScriptButton=Continue
|
||||
NeverShowDialogAgain=Never show this dialog again
|
||||
DontAskAgain=Don't ask me again
|
||||
JSURLLoadBlockedWarning=Attempt to load a javascript: URL from one host\nin a window displaying content from another host\nwas blocked by the security manager.
|
||||
WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script.
|
||||
OnBeforeUnloadPreMessage=Are you sure you want to navigate away from this page?
|
||||
|
||||
@@ -776,7 +776,7 @@ nsJSContext::DOMBranchCallback(JSContext *cx, JSScript *script)
|
||||
getter_Copies(stopButton));
|
||||
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("WaitForScriptButton").get(),
|
||||
getter_Copies(waitButton));
|
||||
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("NeverShowDialogAgain").get(),
|
||||
rv |= bundle->GetStringFromName(NS_LITERAL_STRING("DontAskAgain").get(),
|
||||
getter_Copies(neverShowDlg));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user