diff options
author | fupduck <fupduck@riseup.net> | 2018-09-18 08:05:30 -0700 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-09-18 08:05:30 -0700 |
commit | e57f1f3bdcb709e6ce3297b1591b2d90d16428a6 (patch) | |
tree | aeaf4e2f4d10af2b6d2382aad858bc7261c2230f /app/src/main/res | |
parent | 09e6e6715dbd0aaf1b270bb5852e969546b586fb (diff) | |
parent | ac65f0b5831e54113f466fd47ef4beee10417bb4 (diff) |
Merge branch 'master' into 'master'
Excessive quotation mark string Fixes #8932
Closes #8932
See merge request leap/bitmask_android!82
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 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> |