From cd6e78899bc3adb019705180a545fe1c068661cd Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 1 Aug 2012 10:52:00 -0400 Subject: [PATCH] Fix "Use profile directory" option to use correct app name --- chrome/content/zotero/xpcom/zotero.js | 2 +- chrome/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 index 5fab54bf38..bcca8a99f9 100644 --- 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 index 9b15eec375..1fc73357db 100644 --- 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?