Update strings for ignore optimizations control

Bug: 19991702
Change-Id: Ie5b54fd70176cfceb8b88cf18a9974321ba84c28
This commit is contained in:
Jason Monk
2015-05-11 15:48:11 -04:00
parent 69a03f7517
commit bcb4f2c913
5 changed files with 26 additions and 25 deletions

View File

@@ -16,14 +16,11 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/high_power">
android:title="@string/high_power_apps">
<SwitchPreference
android:key="high_power_switch"
android:title="@string/high_power" />
<Preference
android:summary="@string/high_power_desc"
android:selectable="false" />
android:title="@string/high_power_apps" />
</PreferenceScreen>

View File

@@ -27,7 +27,7 @@
<Preference
android:key="high_power"
android:title="@string/high_power" />
android:title="@string/high_power_apps" />
<PreferenceCategory
android:key="details_parent"