[tbb-commits] [tor-browser/tor-browser-91.5.0esr-11.5-1] fixup! Add TorStrings module for localization
richard at torproject.org
richard at torproject.org
Thu Jan 27 14:21:29 UTC 2022
commit 8ef60e4178db89eaa8c70fb5da0f4b0d682097c0
Author: Pier Angelo Vendrame <pierov at torproject.org>
Date: Fri Jan 14 09:35:36 2022 +0100
fixup! Add TorStrings module for localization
Fixes #40777.
---
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 73671c08693d..0ccbbb41a782 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -443,7 +443,7 @@ var TorStrings = {
offline: getStringNet("torConnect.offline", "Offline"),
// tor connect strings for message box in about:preferences#tor
- connectMessage: getStringNet("torConnect.connectMessage", "Changes to Tor Settings will not take effect until you connect to the Tor Network"),
+ connectMessage: getStringNet("torConnect.connectMessage", "Changes to Tor Settings will not take effect until you connect"),
tryAgainMessage: getStringNet("torConnect.tryAgainMessage", "Tor Browser has failed to establish a connection to the Tor Network"),
};
})(),
More information about the tbb-commits
mailing list