diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml index 95b0cbaab..842438d97 100644 --- 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; }