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

This commit is contained in:
Simon Kornblith 2012-08-01 10:52:00 -04:00
parent 3a3efbc430
commit cd6e78899b
2 changed files with 2 additions and 2 deletions

View file

@ -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, {});

View file

@ -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?