diff options
| author | Tyler Nijmeh <tylernij@gmail.com> | 2021-03-31 00:29:32 -0700 |
|---|---|---|
| committer | Tyler Nijmeh <tylernij@gmail.com> | 2021-03-31 00:29:32 -0700 |
| commit | 633e1baf2be1e3eb4bc7cf8d1066416d0bd8c69e (patch) | |
| tree | 0dd133d61c45efabbcefada9d3a20a70a9d27319 /app/src/main/res/values | |
| parent | 27017af52ec758ef549f466821b6530cacbcb557 (diff) | |
Clean up and improve UI
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c2acd83..afd0b7b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -12,18 +12,18 @@ <string name="snackbar_intent_failed">Could not handle this action</string> - <string name="profile_title_default">Default</string> - <string name="profile_description_default">The default configuration provided by the system</string> + <string name="profile_title_reset">Reset</string> + <string name="profile_description_reset">Undo all changes done by the app and restore secure settings to default.</string> <string name="profile_title_light">Light</string> - <string name="profile_description_light">The default configuration provided by the system</string> + <string name="profile_description_light">Marginally conserve battery without impeding the user experience</string> <string name="profile_title_moderate">Moderate</string> - <string name="profile_description_moderate">The default configuration provided by the system</string> + <string name="profile_description_moderate">Apply additional tweaks to save more battery without yet sacrificing performance</string> <string name="profile_title_high">High</string> - <string name="profile_description_high">The default configuration provided by the system</string> + <string name="profile_description_high">Sacrifice significant performance for a significant gain in power</string> <string name="profile_title_extreme">Extreme</string> - <string name="profile_description_extreme">The default configuration provided by the system</string> + <string name="profile_description_extreme">Apply the maximum changes available to save power at the expense of a fluid user experience</string> </resources>
\ No newline at end of file |
