[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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 bdbc21560c1a  fixup! Add TorStrings module for localization
bdbc21560c1a is described below

commit bdbc21560c1acf258bd83116c370e66b037dd1a5
Author: Pier Angelo Vendrame <pierov@xxxxxxxxxxxxxx>
AuthorDate: Tue Oct 4 14:54:42 2022 +0200

     fixup! Add TorStrings module for localization
    
     Fixed a typo.
---
 browser/modules/TorStrings.jsm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index 78f53096fe39..997af3b30503 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -137,7 +137,7 @@ var TorStrings = {
   */
   settings: (function() {
     let tsb = new TorDTDStringBundle(
-      ["chrome://torbutton.locale/network-settings.dtd"],
+      ["chrome://torbutton/locale/network-settings.dtd"],
       ""
     );
     let getString = function(key, fallback) {
@@ -435,11 +435,11 @@ var TorStrings = {
 
   torConnect: (() => {
     const tsbNetwork = new TorDTDStringBundle(
-      ["chrome://torbutton.locale/network-settings.dtd"],
+      ["chrome://torbutton/locale/network-settings.dtd"],
       ""
     );
     const tsbLauncher = new TorPropertyStringBundle(
-      "chrome://torbutton.locale/torlauncher.properties",
+      "chrome://torbutton/locale/torlauncher.properties",
       "torlauncher."
     );
     const tsbCommon = new TorPropertyStringBundle(

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits