diff options
author | kwadronaut <kwadronaut@leap.se> | 2018-09-18 16:42:16 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2018-09-18 16:42:16 +0200 |
commit | ac65f0b5831e54113f466fd47ef4beee10417bb4 (patch) | |
tree | aeaf4e2f4d10af2b6d2382aad858bc7261c2230f /app/src/main/res/values | |
parent | 09e6e6715dbd0aaf1b270bb5852e969546b586fb (diff) |
Excessive quotation mark string Fixes #8932
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 e6d1af07..d9259cda 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -112,7 +112,7 @@ <string name="save_battery_message">Background data connections will hibernate when your phone is inactive.</string> <string name="always_on_vpn">Always-on VPN</string> <string name="do_not_show_again">Do not show again.</string> - <string name="always_on_vpn_user_message">To enable always-on VPN in Android VPN Settings click on the configure icon [img src] and turn the switch on."</string> + <string name="always_on_vpn_user_message">To enable always-on VPN in Android VPN Settings click on the configure icon [img src] and turn the switch on.</string> <string name="donate_title">Donate</string> <string name="donate_default_message">Please donate today if you value secure communication that is easy for both the end-user and the service provider.</string> <string name="donate_message">LEAP depends on donations and grants. Please donate today if you value secure communication that is easy for both the end-user and the service provider.</string> |