diff options
author | fupduck <fupduck@riseup.net> | 2018-01-19 08:44:27 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-01-19 08:44:27 -0800 |
commit | 1393b75a17d1c7a60b9ca72a874535824d63db2d (patch) | |
tree | 1b7279bd85200b04478f9bfe2933f9075385b703 /app/src/main/res/values | |
parent | 276453c90042eae745681275da25c6894fb6554c (diff) | |
parent | dbda5fbf23ccad615e932be6b8869fe34a6b440d (diff) |
Merge branch '0.9.8' into '8811_rename_vpn_to_provider_name'
# Conflicts:
# app/src/main/java/se/leap/bitmaskclient/drawer/NavigationDrawerFragment.java
Diffstat (limited to 'app/src/main/res/values')
-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> |