[tor-commits] [orbot/master] small tweaks to request bridge strings

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Apr 28 21:05:02 UTC 2020


commit 2e6c9b1f237d871dd0ee5e46b63920c5435980e7
Author: n8fr8 <nathan at guardianproject.info>
Date:   Fri Apr 24 23:22:12 2020 -0400

    small tweaks to request bridge strings
---
 app/src/main/res/layout/content_bridge_wizard.xml | 2 +-
 app/src/main/res/values/strings.xml               | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/content_bridge_wizard.xml b/app/src/main/res/layout/content_bridge_wizard.xml
index 1a1e98e0..ce8b6e6c 100644
--- a/app/src/main/res/layout/content_bridge_wizard.xml
+++ b/app/src/main/res/layout/content_bridge_wizard.xml
@@ -57,7 +57,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_margin="12dp"
-            android:text="@string/bridges_get_new"/>
+            android:text="@string/bridges_get_new_moat"/>
 
     </RadioGroup>
 
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cc60ddfd..072de5b5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -248,7 +248,9 @@
     <string name="bridge_direct_connect">Connect directly to Tor (Best)</string>
     <string name="bridge_community">Connect through community servers</string>
     <string name="bridge_cloud">Connect through cloud servers</string>
-    <string name="bridges_get_new">Request New Bridges... (If all else fails)</string>
+    <string name="bridges_get_new">Request New Bridges via Email...</string>
+    <string name="bridges_get_new_moat">Request New Bridges Directly...</string>
+
     <string name="trouble_connecting">Trouble connecting?</string>
     <string name="full_device_vpn">Full Device VPN</string>
     <string name="vpn_disabled">VPN Disabled</string>





More information about the tor-commits mailing list