mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
Update text of outdated doc template warning
This commit is contained in:
parent
2fbb7d404a
commit
79e52beb38
2 changed files with 3 additions and 3 deletions
|
|
@ -150,8 +150,8 @@ Zotero.Integration = new function() {
|
|||
|
||||
var ps = Services.prompt;
|
||||
var title = Zotero.getString('general.warning');
|
||||
var client = agent == "OpenOffice" ? "Libre Office" : "Microsoft Word";
|
||||
var message = Zotero.getString('integration.upgradeTemplate', client);
|
||||
var client = agent == "OpenOffice" ? "LibreOffice" : "Microsoft Word";
|
||||
var message = Zotero.getString('integration.upgradeTemplate', [Zotero.appName, client]);
|
||||
var buttonFlags = (ps.BUTTON_POS_0) * (ps.BUTTON_TITLE_IS_STRING)
|
||||
+ (ps.BUTTON_POS_1) * (ps.BUTTON_TITLE_IS_STRING);
|
||||
var checkbox = {};
|
||||
|
|
|
|||
|
|
@ -942,7 +942,7 @@ integration.exportDocument.description2 = You should make a backup of the docume
|
|||
integration.importInstructions = The Zotero citations in this document have been converted to a format that can be safely transferred between word processors. Open this document in a supported word processor and press Refresh in the Zotero plugin to continue working with the citations.
|
||||
integration.noteCiteItemsRemoved = Notes cannot be cited with other Zotero items. Selecting this note item will remove other items in this citation.\n\nDo you want to proceed?
|
||||
integration.cannotInsertItemWithNote = Notes cannot be cited with other Zotero items. Please remove the cited note item before proceeding.
|
||||
integration.upgradeTemplate = The Zotero plugin for %S is outdated. Reinstall the plugin in Preferences -> Cite -> Word Processors.
|
||||
integration.upgradeTemplate = The %S plugin for %S is outdated. Reinstall the plugin from Preferences → Cite → Word Processors.
|
||||
|
||||
styles.install.title = Install Style
|
||||
styles.install.unexpectedError = An unexpected error occurred while installing "%1$S"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue