commit 06e17fd76d23355d4247746a899a18057806ac58
parent d145cff000e22662cfbeceda3e024a05289c322b
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 15 Mar 2018 00:12:37 -0700
"Choose File Handler" -> "Choose Application" for PDF viewer
(And potentially others in the future)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/preferences/preferences_general.js b/chrome/content/zotero/preferences/preferences_general.js
@@ -58,7 +58,7 @@ Zotero_Preferences.General = {
}
fp.init(
window,
- Zotero.getString('zotero.preferences.chooseFileHandler'),
+ Zotero.getString('zotero.preferences.chooseApplication'),
nsIFilePicker.modeOpen
);
fp.appendFilters(nsIFilePicker.filterApps);
diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties
@@ -610,7 +610,7 @@ db.integrityCheck.errorsFixed = The errors in your Zotero database have been cor
db.integrityCheck.errorsNotFixed = Zotero was unable to correct all the errors in your database.
db.integrityCheck.reportInForums = You can report this problem in the Zotero Forums.
-zotero.preferences.chooseFileHandler = Choose File Handler
+zotero.preferences.chooseApplication = Choose Application
zotero.preferences.update.updated = Updated
zotero.preferences.update.upToDate = Up to date