Fix "Use profile directory" option to use correct app name
This commit is contained in:
parent
3a3efbc430
commit
cd6e78899b
2 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@ const ZOTERO_CONFIG = {
|
||||||
Zotero.getString('dataDir.previousDir') + ' '
|
Zotero.getString('dataDir.previousDir') + ' '
|
||||||
+ Zotero.Prefs.get('lastDataDir'),
|
+ Zotero.Prefs.get('lastDataDir'),
|
||||||
buttonFlags, null,
|
buttonFlags, null,
|
||||||
Zotero.getString('dataDir.useProfileDir'),
|
Zotero.getString('dataDir.useProfileDir', Zotero.appName),
|
||||||
Zotero.getString('general.locate'),
|
Zotero.getString('general.locate'),
|
||||||
null, {});
|
null, {});
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ errorReport.actualResult = Actual result:
|
||||||
|
|
||||||
dataDir.notFound = The Zotero data directory could not be found.
|
dataDir.notFound = The Zotero data directory could not be found.
|
||||||
dataDir.previousDir = Previous directory:
|
dataDir.previousDir = Previous directory:
|
||||||
dataDir.useProfileDir = Use Firefox profile directory
|
dataDir.useProfileDir = Use %S profile directory
|
||||||
dataDir.selectDir = Select a Zotero data directory
|
dataDir.selectDir = Select a Zotero data directory
|
||||||
dataDir.selectedDirNonEmpty.title = Directory Not Empty
|
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?
|
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?
|
||||||
|
|
Loading…
Reference in a new issue