commit 639e0794bc49d146b2b2416863a7e8e45d4d63be
parent 47488d752e5906e3182164e3b389dfbb631bf0e2
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 13 Oct 2010 18:16:19 +0000
Clarify NoScript warning to say that a restart is required
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml
@@ -354,7 +354,8 @@
var warning = win.document.getElementById('noScriptWarning');
var str = "The NoScript extension is preventing Zotero "
+ "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));
break;
}