Tweak integration error text (#1672)

This commit is contained in:
Dan Stillman 2019-04-01 17:27:30 -04:00
parent cf3f52ef37
commit 531c092800
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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?