www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cd6e78899bc3adb019705180a545fe1c068661cd
parent 3a3efbc430e370af48a57defd5aa582061bbc53e
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  1 Aug 2012 10:52:00 -0400

Fix "Use profile directory" option to use correct app name

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
Mchrome/locale/en-US/zotero/zotero.properties | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -334,7 +334,7 @@ const ZOTERO_CONFIG = { Zotero.getString('dataDir.previousDir') + ' ' + Zotero.Prefs.get('lastDataDir'), buttonFlags, null, - Zotero.getString('dataDir.useProfileDir'), + Zotero.getString('dataDir.useProfileDir', Zotero.appName), Zotero.getString('general.locate'), null, {}); diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties @@ -67,7 +67,7 @@ errorReport.actualResult = Actual result: dataDir.notFound = The Zotero data directory could not be found. dataDir.previousDir = Previous directory: -dataDir.useProfileDir = Use Firefox profile directory +dataDir.useProfileDir = Use %S profile directory dataDir.selectDir = Select a Zotero data directory dataDir.selectedDirNonEmpty.title = Directory Not Empty dataDir.selectedDirNonEmpty.text = The directory you selected is not empty and does not appear to be a Zotero data directory.\n\nCreate Zotero files in this directory anyway?