From 05dcc11a8d256f091ee956c5e72312800bde2dfc Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 17 May 2017 21:29:51 -0400 Subject: [PATCH] Update localized string name Most localizations still say "Firefox" for this string, so this will clear those. --- chrome/content/zotero/zoteroPane.js | 4 ++-- chrome/locale/en-US/zotero/zotero.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 9083f2b632..2a9af719e9 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -4688,7 +4688,7 @@ var ZoteroPane = new function() if (popup) { var pw = new Zotero.ProgressWindow(); pw.changeHeadline(Zotero.getString('general.errorHasOccurred')); - var msg = Zotero.getString('general.restartFirefox', Zotero.appName) + ' ' + var msg = Zotero.getString('general.pleaseRestart', Zotero.appName) + ' ' + reportInstructions; pw.addDescription(msg); pw.show(); @@ -4697,7 +4697,7 @@ var ZoteroPane = new function() // Display as items pane message else { var msg = Zotero.getString('general.errorHasOccurred') + ' ' - + Zotero.getString('general.restartFirefox', Zotero.appName) + '\n\n' + + Zotero.getString('general.pleaseRestart', Zotero.appName) + '\n\n' + reportInstructions; self.setItemsPaneMessage(msg, true); } diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 82525b8fed..3c97ed86e2 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -18,8 +18,8 @@ general.unknownErrorOccurred = An unknown error occurred. general.invalidResponseServer = Invalid response from server. general.tryAgainLater = Please try again in a few minutes. general.serverError = The server returned an error. Please try again. -general.restartFirefox = Please restart %S. -general.restartFirefoxAndTryAgain = Please restart %S and try again. +general.pleaseRestart = Please restart %S. +general.pleaseRestartAndTryAgain = Please restart %S and try again. general.checkForUpdate = Check for Update general.actionCannotBeUndone = This action cannot be undone. general.install = Install