diff options
author | Tyler Nijmeh <tylernij@gmail.com> | 2021-04-03 21:42:56 -0700 |
---|---|---|
committer | Tyler Nijmeh <tylernij@gmail.com> | 2021-04-03 21:42:56 -0700 |
commit | 6964cc2a70ce1b312b0ac4f7864f599e78e67c77 (patch) | |
tree | 39d19cf747176448a432162f947049b4d4ccad30 | |
parent | ee93e7c75ed07781cf1dc7455a13764f6bcfc02d (diff) | |
parent | 3077599b57b875dbda2c644658c43603a0be3ac4 (diff) |
Merge branch 'main' of https://github.com/tytydraco/Buoy into main
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b384d2f..2cc3954 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,11 +35,11 @@ <string name="pref_profile_key_moderate">moderate</string> <string name="pref_profile_title_moderate">Moderate</string> - <string name="pref_profile_summary_moderate">Balanced set of tweaks to conserve battery life while not hurting performace</string> + <string name="pref_profile_summary_moderate">Balanced set of tweaks to conserve battery life while not hurting performance</string> <string name="pref_profile_key_high">high</string> <string name="pref_profile_title_high">High</string> - <string name="pref_profile_summary_high">Aggressive reduction in power consumption with significant performace loss</string> + <string name="pref_profile_summary_high">Aggressive reduction in power consumption with significant performance loss</string> <string name="pref_profile_key_extreme">extreme</string> <string name="pref_profile_title_extreme">Extreme</string> @@ -140,4 +140,4 @@ <string name="pref_licenses_title">Licenses</string> <string name="pref_licenses_summary">View the open source licenses</string> <string name="pref_licenses_key">licenses</string> -</resources>
\ No newline at end of file +</resources> |