diff options
author | Tyler Nijmeh <tylernij@gmail.com> | 2021-04-01 12:29:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 12:29:37 -0700 |
commit | f7bfbd799bed9a4716b438b6273e2c8f50868bc7 (patch) | |
tree | 539f81cf19098bc7b34992425b2078cc67423020 | |
parent | ab42f7b9816e047598081fd76969f90955a243a8 (diff) | |
parent | d5de12ded3878ebb3872721bd24bc2f62fcf0bed (diff) |
Merge pull request #1 from sourajitk/main
Update some strings to better reflect what they do.
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5976dcd..10c15cd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -26,23 +26,23 @@ <string name="pref_profile_key_reset">reset</string> <string name="pref_profile_title_reset">Reset</string> - <string name="pref_profile_summary_reset">Undo all changes done by the app and restore secure settings to default</string> + <string name="pref_profile_summary_reset">Undo all changes done by the app</string> <string name="pref_profile_key_light">light</string> <string name="pref_profile_title_light">Light</string> - <string name="pref_profile_summary_light">Marginally conserve battery without impeding the user experience</string> + <string name="pref_profile_summary_light">Marginal conservation of battery power which barely affects the user experience</string> <string name="pref_profile_key_moderate">moderate</string> <string name="pref_profile_title_moderate">Moderate</string> - <string name="pref_profile_summary_moderate">Apply additional tweaks to save more battery without yet sacrificing performance</string> + <string name="pref_profile_summary_moderate">Balanced set of tweaks to conserve battery life while not hurting performace</string> <string name="pref_profile_key_high">high</string> <string name="pref_profile_title_high">High</string> - <string name="pref_profile_summary_high">Sacrifice significant performance for a significant gain in power</string> + <string name="pref_profile_summary_high">Aggressive reduction in power consumption with significant performace loss</string> <string name="pref_profile_key_extreme">extreme</string> <string name="pref_profile_title_extreme">Extreme</string> - <string name="pref_profile_summary_extreme">Apply the maximum changes available to save power at the expense of a fluid user experience</string> + <string name="pref_profile_summary_extreme">Ultimate set of tweaks to save as much power as possible</string> <string name="pref_key_export">export</string> <string name="pref_title_export">Export</string> |