diff options
author | fupduck <fupduck@riseup.net> | 2018-02-26 10:14:30 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-26 10:14:30 -0800 |
commit | 64dfeed947ed79abc8ff4208b9331689f525dac5 (patch) | |
tree | ffc72ccc9a45266502bbca2c78a39d52511c03fc /app/src/main/res/values | |
parent | 45065d30e0f2c61ca654587bab765959fdf4931f (diff) | |
parent | e02f1648353dad012c3c556f996a667640da11ce (diff) |
Merge branch '#8754_reduce_battery_consumption' into '0.9.8'
#8754 reduce battery consumption
See merge request leap/bitmask_android!54
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2ea4670a..a0ca00c9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -107,4 +107,6 @@ <string name="downloading_vpn_certificate_failed">Downloading the VPN certificate failed. Try again or choose another provider.</string> <string name="vpn_certificate_is_invalid">VPN certificate is invalid. Try to download a new one.</string> <string name="vpn_certificate_user_message">The VPN certificate is invalid. Please log in to download a new one.</string> + <string name="save_battery">Save battery</string> + <string name="save_battery_message">Background data connections will hibernate when your phone is inactive. This feature is still experimental.</string> </resources> |