Clarify NoScript warning to say that a restart is required

This commit is contained in:
Dan Stillman 2010-10-13 18:16:19 +00:00
parent 47488d752e
commit 639e0794bc

View File

@ -354,7 +354,8 @@
var warning = win.document.getElementById('noScriptWarning'); var warning = win.document.getElementById('noScriptWarning');
var str = "The NoScript extension is preventing Zotero " var str = "The NoScript extension is preventing Zotero "
+ "from displaying notes. To use NoScript and Zotero together, " + "from displaying notes. To use NoScript and Zotero together, "
+ "whitelist the 'file://' scheme in the NoScript preferences."; + "whitelist the 'file:' scheme in the NoScript preferences "
+ "and restart Firefox.";
warning.appendChild(document.createTextNode(str)); warning.appendChild(document.createTextNode(str));
break; break;
} }