summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-05-11 16:11:55 +0000
committercyberta <cyberta@riseup.net>2022-05-11 16:11:55 +0000
commit5274a0ea6d7a73296757652a206a39f35d198da2 (patch)
tree13836b197bf14c2863b0bb19ab1fea9cc88824bd
parente3b16b0b1150e4b6153c2de474f2e2a2ba92e03f (diff)
parent634c73d42d02c35452a51fa8016f93bccd69a619 (diff)
Merge branch 'strings' into 'master'
String change, small See merge request leap/bitmask_android!181
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 578cd396..659af92d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -139,7 +139,7 @@
<string name="warning_no_more_gateways_use_pt">%s could not connect. It might be that VPN connections get blocked. Do you want to try to connect using obfuscated connections?</string>
<string name="warning_no_more_gateways_no_pt">%s could not connect. Do you want to retry?</string>
<string name="warning_no_more_gateways_use_ovpn">%s could not connect using obfuscated VPN connections. Do you want to try to connect using a standard VPN?</string>
- <string name="warning_no_more_gateways_manual_gw_selection">%1$s could not connect to %2$s. Do you want to try to connect automatically with best location?</string>
+ <string name="warning_no_more_gateways_manual_gw_selection">%1$s could not connect to %2$s. Do you want to try to connect automatically to the best location?</string>
<string name="warning_option_try_best">Try best location</string>
<string name="warning_option_try_pt">Try obfuscated connection</string>
<string name="warning_option_try_ovpn">Try standard connection</string>