diff options
author | cyBerta <cyberta@riseup.net> | 2018-09-15 18:56:14 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-09-15 18:56:14 +0200 |
commit | cdd3f99cf83dd78220b249706619280778936952 (patch) | |
tree | 0bb8447fbf2b26c44c546d17c0326de418dd1951 /app | |
parent | 002d901de0e39bb2856a6da18d601c8e2a37d5ea (diff) |
change string about battery save modus
Diffstat (limited to 'app')
-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 968ac2e0..456b5cbe 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -109,7 +109,7 @@ <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> + <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> |