diff --git a/chrome/content/zotero/preferences/preferences_firefox.xul b/chrome/content/zotero/preferences/preferences_firefox.xul index bfb1e50e07..8bcc2eb533 100644 --- a/chrome/content/zotero/preferences/preferences_firefox.xul +++ b/chrome/content/zotero/preferences/preferences_firefox.xul @@ -53,6 +53,8 @@ + + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 67244d383c..fa45a57331 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -55,6 +55,7 @@ general.numMore = %S more… general.openPreferences = Open Preferences general.keys.ctrlShift = Ctrl+Shift+ general.keys.cmdShift = Cmd+Shift+ +general.dontShowAgain = Don’t Show Again general.operationInProgress = A Zotero operation is currently in progress. general.operationInProgress.waitUntilFinished = Please wait until it has finished. diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js index 7f513c5ed8..c49ee66df7 100644 --- a/defaults/preferences/zotero.js +++ b/defaults/preferences/zotero.js @@ -154,6 +154,7 @@ pref("extensions.zotero.proxies.autoRecognize", true); pref("extensions.zotero.proxies.transparent", true); pref("extensions.zotero.proxies.disableByDomain", false); pref("extensions.zotero.proxies.disableByDomainString", ".edu"); +pref("extensions.zotero.proxies.showRedirectNotification", true); // Data layer purging pref("extensions.zotero.purge.creators", false);