diff options
author | Tyler Nijmeh <tylernij@gmail.com> | 2021-04-03 21:20:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 21:20:26 -0700 |
commit | 3077599b57b875dbda2c644658c43603a0be3ac4 (patch) | |
tree | e7b03f1210826ac936fd6b815c4d079c283bc1d8 | |
parent | 37ce1e4f40035619a74f00f65d9a5f257244acab (diff) | |
parent | 6e513c04f59614e81a9160d9b6f0f952418c7f9f (diff) |
Merge pull request #2 from Arden144/patch-1
Fix typos in strings.xml
-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 b61d52a..44dcd17 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -34,11 +34,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> @@ -139,4 +139,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> |