www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 05dcc11a8d256f091ee956c5e72312800bde2dfc
parent d9fbccca67fe2b98a36b3f303f8404b4a569bac0
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 17 May 2017 21:29:51 -0400

Update localized string name

Most localizations still say "Firefox" for this string, so this will
clear those.

Diffstat:
Mchrome/content/zotero/zoteroPane.js | 4++--
Mchrome/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 @@ -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 @@ -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