diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-23 02:34:55 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-23 02:34:55 +0100 |
commit | ad086ab192b9094278b27f94120566a7ca21dccc (patch) | |
tree | ef8422f3e2f0c0779c0b773693d69c4f249c7d51 /app/src/main/res | |
parent | 06eb4014837704e04d6ea8e9d7a69475a58c3c65 (diff) |
#8754 fix dialog cancellation handling and change dialog title
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a69c2420..a0ca00c9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -108,6 +108,5 @@ <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="experimental_feature_title">Save Battery Warning</string> - <string name="experimental_feature_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. This feature is still experimental.</string> </resources> |