Switch battery saver to sentence case

Test: strings
Change-Id: I01bc6f3621758dc155347946b8a15c885c695b2c
Fixes: 27844148
This commit is contained in:
Jason Monk
2017-08-14 10:50:25 -04:00
parent 6135a26551
commit ce2f47ec6b

View File

@@ -1538,10 +1538,10 @@
<string name="battery_panel_title">Battery usage</string>
<!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
<string name="battery_detail_charging_summary">Battery Saver not available during charging</string>
<string name="battery_detail_charging_summary">Battery saver not available during charging</string>
<!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
<string name="battery_detail_switch_title">Battery Saver</string>
<string name="battery_detail_switch_title">Battery saver</string>
<!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
<string name="battery_detail_switch_summary">Reduces performance and background data</string>