Update broken string in ancient-database dialog
This commit is contained in:
parent
b53fabbb58
commit
abf08deb9d
|
@ -538,7 +538,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||||
Zotero.getString('dataDir.incompatibleDbVersion.text'),
|
Zotero.getString('dataDir.incompatibleDbVersion.text'),
|
||||||
buttonFlags,
|
buttonFlags,
|
||||||
Zotero.getString('general.useDefault'),
|
Zotero.getString('general.useDefault'),
|
||||||
Zotero.getString('dataDir.standaloneMigration.selectCustom'),
|
Zotero.getString('dataDir.chooseNewDataDirectory'),
|
||||||
Zotero.getString('general.quit'),
|
Zotero.getString('general.quit'),
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -136,7 +136,7 @@ dataDir.selectedDirEmpty.text = The directory you selected is empty. To move a
|
||||||
dataDir.selectedDirEmpty.useNewDir = Use the new directory?
|
dataDir.selectedDirEmpty.useNewDir = Use the new directory?
|
||||||
dataDir.moveFilesToNewLocation = Be sure to move files from your existing Zotero data directory to the new location before reopening %1$S.
|
dataDir.moveFilesToNewLocation = Be sure to move files from your existing Zotero data directory to the new location before reopening %1$S.
|
||||||
dataDir.incompatibleDbVersion.title = Incompatible Database Version
|
dataDir.incompatibleDbVersion.title = Incompatible Database Version
|
||||||
dataDir.incompatibleDbVersion.text = The currently selected data directory is not compatible with Zotero Standalone, which can share a database only with Zotero for Firefox 2.1b3 or later.\n\nUpgrade to the latest version of Zotero for Firefox first or select a different data directory for use with Zotero Standalone.
|
dataDir.incompatibleDbVersion.text = The selected database is too old to be used with this version of Zotero. Please first upgrade the database using Zotero 4.0 for Firefox or select a different data directory.
|
||||||
dataDir.migration.inProgress = Data directory migration in progress…
|
dataDir.migration.inProgress = Data directory migration in progress…
|
||||||
dataDir.migration.failure.title = Data Directory Migration Error
|
dataDir.migration.failure.title = Data Directory Migration Error
|
||||||
dataDir.migration.failure.partial.automatic.text = %1$S attempted to move your data directory to a new default location, but some files could not be transferred. Close any open attachment files and try again. You can also quit %2$S and attempt to move the remaining files manually.
|
dataDir.migration.failure.partial.automatic.text = %1$S attempted to move your data directory to a new default location, but some files could not be transferred. Close any open attachment files and try again. You can also quit %2$S and attempt to move the remaining files manually.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user