diff options
author | cyBerta <cyberta@riseup.net> | 2018-01-19 12:10:37 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-01-19 12:10:37 +0100 |
commit | 7d4129b2854e25c42b6df766d30671c91fc699ae (patch) | |
tree | 2d1f329093880548d061f1307764bdd3b8fa51cb /app/src/main/res | |
parent | 20582f79321627257d1b66b22af791e9e22817fd (diff) |
#8799 fix confusing cancel dialog
Diffstat (limited to 'app/src/main/res')
-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 9536d96e..96b79222 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -64,7 +64,7 @@ <string name="eip_status_start_pending">Initiating connection</string> <string name="eip_cancel_connect_title">Cancel connection?</string> <string name="eip_cancel_connect_text">There is a connection attempt in progress. Do you wish to cancel it?</string> - <string name="eip.warning.browser_inconsistency">In order to avoid leaking your personal information, please close your browser and start a private window after disconnecting the Encrypted VPN Internet Access. Thanks.</string> + <string name="eip.warning.browser_inconsistency">Turn off VPN connection? When the VPN is off, you may leak personal information to your Internet provider or local network.</string> <string name="eip_state_not_connected">"Not running! Insecure connection!"</string> <string name="eip_state_connected">Connection Secure.</string> <string name="provider_problem">It seems there is a problem with the provider.</string> |