From 06e17fd76d23355d4247746a899a18057806ac58 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 15 Mar 2018 00:12:37 -0700 Subject: [PATCH] "Choose File Handler" -> "Choose Application" for PDF viewer (And potentially others in the future) --- chrome/content/zotero/preferences/preferences_general.js | 2 +- chrome/locale/en-US/zotero/zotero.properties | 2 +- 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 index 668fb3b721..a0f8706ba0 100644 --- 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 index 7c5852b79d..30755363ec 100644 --- 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