"Choose File Handler" -> "Choose Application" for PDF viewer
(And potentially others in the future)
This commit is contained in:
parent
d145cff000
commit
06e17fd76d
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ Zotero_Preferences.General = {
|
||||||
}
|
}
|
||||||
fp.init(
|
fp.init(
|
||||||
window,
|
window,
|
||||||
Zotero.getString('zotero.preferences.chooseFileHandler'),
|
Zotero.getString('zotero.preferences.chooseApplication'),
|
||||||
nsIFilePicker.modeOpen
|
nsIFilePicker.modeOpen
|
||||||
);
|
);
|
||||||
fp.appendFilters(nsIFilePicker.filterApps);
|
fp.appendFilters(nsIFilePicker.filterApps);
|
||||||
|
|
|
@ -610,7 +610,7 @@ db.integrityCheck.errorsFixed = The errors in your Zotero database have been cor
|
||||||
db.integrityCheck.errorsNotFixed = Zotero was unable to correct all the errors in your database.
|
db.integrityCheck.errorsNotFixed = Zotero was unable to correct all the errors in your database.
|
||||||
db.integrityCheck.reportInForums = You can report this problem in the Zotero Forums.
|
db.integrityCheck.reportInForums = You can report this problem in the Zotero Forums.
|
||||||
|
|
||||||
zotero.preferences.chooseFileHandler = Choose File Handler
|
zotero.preferences.chooseApplication = Choose Application
|
||||||
|
|
||||||
zotero.preferences.update.updated = Updated
|
zotero.preferences.update.updated = Updated
|
||||||
zotero.preferences.update.upToDate = Up to date
|
zotero.preferences.update.upToDate = Up to date
|
||||||
|
|
Loading…
Reference in a new issue