diff options
author | kwadronaut <kwadronaut@leap.se> | 2022-05-08 15:24:49 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2022-05-08 15:24:49 +0200 |
commit | 634c73d42d02c35452a51fa8016f93bccd69a619 (patch) | |
tree | 13836b197bf14c2863b0bb19ab1fea9cc88824bd /app | |
parent | e3b16b0b1150e4b6153c2de474f2e2a2ba92e03f (diff) |
String change, small
This solves https://www.transifex.com/otf/bitmask/translate/#fr/$/404160240
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
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> |