diff options
author | Arden144 <54864316+Arden144@users.noreply.github.com> | 2021-04-03 16:07:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 16:07:33 -0600 |
commit | 6e513c04f59614e81a9160d9b6f0f952418c7f9f (patch) | |
tree | e7b03f1210826ac936fd6b815c4d079c283bc1d8 /app | |
parent | 37ce1e4f40035619a74f00f65d9a5f257244acab (diff) |
Fix typos
Diffstat (limited to 'app')
-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> |