diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 8421a048b2..e27034acbf 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -312,7 +312,7 @@ Zotero.Integration = new function() { else { if (e.toString().indexOf("ExceptionAlreadyDisplayed") === -1) { displayError = Zotero.getString("integration.error.generic") - + "\n\n" + Zotero.getString("integration.error.seeTroubleshootingInfo"); + + "\n\n" + Zotero.getString("integration.error.viewTroubleshootingInfo"); } else { return; diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 2e0e3c8b23..4b501756c5 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -873,7 +873,7 @@ integration.error.styleNotFound = The citation style %S could not be found. integration.error.macWordSBPermissionsMissing.title = Missing Permission integration.error.macWordSBPermissionsMissing = Zotero does not have permission to control Word. To grant this permission:\n\n1) Open System Preferences\n2) Click on “Security & Privacy”\n3) Select the “Privacy” tab\n4) Find and select “Automation” on the left\n5) Check the checkbox for “Microsoft Word” under “Zotero”\n6) Restart Word integration.error.macWordSBPermissionsMissing.pre2016 = If “Microsoft Word” does not appear under “Automation”, make sure you are running Word 2011 version 14.7.7 or later. -integration.error.seeTroubleshootingInfo = Would you like to see the troubleshooting instructions? +integration.error.viewTroubleshootingInfo = Would you like to view troubleshooting instructions? integration.replace = Replace this Zotero field? integration.missingItem.single = The highlighted citation no longer exists in your Zotero database. Do you want to select a substitute item?