This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push: new a4c2a1a74940 fixup! Bug 40926: Implemented the New Identity feature a4c2a1a74940 is described below
commit a4c2a1a749407fb9fb40c42fc0d87dabbc527f18 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 31 11:18:49 2022 +0100
fixup! Bug 40926: Implemented the New Identity feature
Bug 41412: New Identity shows "Tor Browser" instead of "Restart Tor Browser" in unstranslated locales
Fixes an error from !393 in locales that don't have a translation of that string, yet. --- browser/components/newidentity/content/newidentity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/newidentity/content/newidentity.js b/browser/components/newidentity/content/newidentity.js index fac4c05e96a2..0d5ddaa53529 100644 --- a/browser/components/newidentity/content/newidentity.js +++ b/browser/components/newidentity/content/newidentity.js @@ -17,7 +17,7 @@ XPCOMUtils.defineLazyGetter(this, "NewIdentityStrings", () => { new_identity_sentence_case: "New identity", new_identity_prompt_title: "Reset your identity?", new_identity_prompt: `${brandShortName} will close all windows and tabs. All website sessions will be lost. \nRestart ${brandShortName} now to reset your identity?`, - new_identity_restart: `${brandShortName}`, + new_identity_restart: `Restart ${brandShortName}`, new_identity_ask_again: "Never ask me again", new_identity_menu_accesskey: "I", };
tor-commits@lists.torproject.org