[tbb-commits] [tor-browser] branch tor-browser-102.4.0esr-12.0-2 updated: fixup! Bug 40926: Implemented the New Identity feature

gitolite role git at cupani.torproject.org
Mon Oct 31 14:04:26 UTC 2022


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 at 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",
   };

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list