[tbb-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] Bug 32188: Change useLocalProxy string to tor-launcher's torsettings.useProxy.checkbox in TorStrings.jsm

gk at torproject.org gk at torproject.org
Wed Oct 23 13:25:00 UTC 2019


commit 94f2e5e7e73c3b5b52055eadd0e2dcc864d598c4
Author: Richard Pospesel <richard at torproject.org>
Date:   Tue Oct 22 15:00:02 2019 -0700

    Bug 32188: Change useLocalProxy string to tor-launcher's torsettings.useProxy.checkbox in TorStrings.jsm
---
 browser/modules/TorStrings.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index c7bd6f4236ae..0b682ceeeb83 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -211,7 +211,7 @@ var TorStrings = {
         "torPreferences.advancedDescription",
         "Configure how Tor Browser connects to the internet."
       ),
-      useLocalProxy: getString("torPreferences.useProxy", "Use a local proxy"),
+      useLocalProxy: getString("torsettings.useProxy.checkbox", "I use a proxy to connect to the Internet"),
       proxyType: getString("torsettings.useProxy.type", "Proxy Type"),
       proxyTypeSOCKS4: getString("torsettings.useProxy.type.socks4", "SOCKS4"),
       proxyTypeSOCKS5: getString("torsettings.useProxy.type.socks5", "SOCKS5"),



More information about the tbb-commits mailing list