Dan Ballard pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
8e24a7bc
by Dan Ballard at 2025-03-13T10:14:34-07:00
-
8fec318e
by Dan Ballard at 2025-03-13T10:18:42-07:00
2 changed files:
- mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml
- mobile/android/fenix/app/src/main/res/xml/preferences.xml
Changes:
... | ... | @@ -15,7 +15,6 @@ |
15 | 15 | <string name="tor_bootstrap_connect">Connect</string>
|
16 | 16 | <string name="tor_bootstrap_connecting">Connecting</string>
|
17 | 17 | <string name="tor_bootstrap_connecting_failed">Connecting Failed</string>
|
18 | - <string name="tor_bootstrap_quick_start_label">Quick Start</string>
|
|
19 | 18 | <string name="tor_bootstrap_swipe_for_logs">Swipe to the left to see Tor logs</string>
|
20 | 19 | <string name="tor_initializing_log">Initializing Tor Log</string>
|
21 | 20 | |
... | ... | @@ -80,6 +79,7 @@ |
80 | 79 | <!-- Connection assist. -->
|
81 | 80 | <string name="connection_assist_tor_connect_title">Connect to Tor</string>
|
82 | 81 | <!-- Connection assist. -->
|
82 | + <string name="tor_connect_automatically_label">Connect automatically</string>
|
|
83 | 83 | <string name="connection_assist_always_connect_automatically_toggle_description">Always connect automatically</string>
|
84 | 84 | <!-- Connection assist. -->
|
85 | 85 | <string name="connection_assist_configure_connection_button">Configure connection…</string>
|
... | ... | @@ -178,8 +178,7 @@ |
178 | 178 | |
179 | 179 | <SwitchPreference
|
180 | 180 | android:key="@string/pref_key_quick_start"
|
181 | - android:summary="@string/connection_assist_always_connect_automatically_toggle_description"
|
|
182 | - android:title="@string/tor_bootstrap_quick_start_label"
|
|
181 | + android:title="@string/tor_connect_automatically_label"
|
|
183 | 182 | app:iconSpaceReserved="false" />
|
184 | 183 | |
185 | 184 | <SwitchPreference
|