[tor-commits] [tor-browser] branch tor-browser-91.9.0esr-11.5-1 updated: fixup! fixup! Add TorStrings module for localization
gitolite role
git at cupani.torproject.org
Wed May 4 20:42:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1
in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.9.0esr-11.5-1 by this push:
new c0f7e9fc2051d fixup! fixup! Add TorStrings module for localization
c0f7e9fc2051d is described below
commit c0f7e9fc2051de4eafb640669b691adb25b1f4d8
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Wed May 4 11:03:33 2022 +0200
fixup! fixup! Add TorStrings module for localization
Bug 40896: [Connection Settings] Update strings for current bridges
---
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 1d376aaf4bf8d..5baa775e85d43 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -292,7 +292,7 @@ var TorStrings = {
bridgeDisableBuiltIn: getString("torPreferences.bridgeDisableBuiltIn", "Disable built-in bridges"),
bridgeShare: getString(
"torPreferences.bridgeShare",
- "Share your bridge by presenting the QR code or copying its bridge line."
+ "Share this bridge using the QR code or by copying its address:"
),
bridgeCopy: getString("torPreferences.bridgeCopy", "Copy Bridge Address"),
copied: getString("torPreferences.copied", "Copied!"),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list