[tbb-commits] [tor-browser] branch tor-browser-102.3.0esr-12.0-2 updated: fixup! Add TorStrings module for localization

gitolite role git at cupani.torproject.org
Tue Oct 18 15:55:52 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-102.3.0esr-12.0-2 by this push:
     new 1423b4cedd32 fixup! Add TorStrings module for localization
1423b4cedd32 is described below

commit 1423b4cedd32c2fe1a6d1962c049eb88b3752473
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Tue Oct 18 14:54:19 2022 +0200

    fixup! Add TorStrings module for localization
    
    Bug 41374: Fixed a few torconnect strings
---
 browser/modules/TorStrings.jsm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index 43e22e080060..b4956a04bba7 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -307,7 +307,7 @@ const Loader = {
         "Built-In Bridges"
       ),
       builtinBridgeHeader: getString(
-        "torPreferences.builtinBridgeHeader",
+        "torsettings.useBridges.default",
         "Select a Built-In Bridge"
       ),
       builtinBridgeDescription: getString(
@@ -373,7 +373,7 @@ const Loader = {
         "Enter bridge information from a trusted source"
       ),
       provideBridgePlaceholder: getString(
-        "torsettings.bridgePlaceholder",
+        "torsettings.useBridges.placeholder",
         "type address:port (one per line)"
       ),
       // Connection settings dialog

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


More information about the tbb-commits mailing list