tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 1d48db8e23de0b583ece11a82a3f575a22416494
parent 08afb2fcb9afcd3982ae90d41e339689115b75a5
Author: Henry Wilkes <henry@torproject.org>
Date:   Tue, 10 Feb 2026 11:02:07 +0000

fixup! [android] TBA strings

TB 43349: String for the toast notification.

Diffstat:
Mmobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml b/mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml @@ -124,6 +124,8 @@ <string name="connection_assist_connect_to_tor_before_opening_links_confirmation">CONNECT</string> <!-- Connection assist. Content Description for back button. Button will start the connection assist process again --> <string name="connection_assist_back_button_content_description_start_again">Start again</string> + <!-- Connection assist. This message is shown briefly after the connection to the Tor network completes. --> + <string name="connection_assist_bootstrap_succeeded_toast_message">Connected to Tor</string> <!-- Notification title for closing browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="notification_close_tor_browser_tabs">Close %s’s tabs?</string>