diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 495800d904..eea1dc2037 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -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 = {}; diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index c38b2a15e7..0e05e3ca3d 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -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"