Merge "Switch battery saver to sentence case" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-14 17:42:09 +00:00
committed by Android (Google) Code Review

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>