[tor-commits] [tor-browser/tor-browser-68.2.0esr-9.5-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:23:51 UTC 2019


commit cbf86255ae7cfe82b555931d9db3b9e528036c65
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 tor-commits mailing list