diff options
-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> |