Merge "Make battery labels translatable." into nyc-dev

am: 14abed66d7

* commit '14abed66d7a70c3fc8e063246e3f79a0a53dfcd3':
  Make battery labels translatable.

Change-Id: Ic945adf122822b17d91ade4cf0a1d7eb4e6b4cb9
This commit is contained in:
Jason Monk
2016-05-23 20:07:08 +00:00
committed by android-build-merger

View File

@@ -809,7 +809,8 @@
<!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] --> <!-- Option in navigation drawer that leads to Settings main screen [CHAR LIMIT=30] -->
<string name="home">Settings Home</string> <string name="home">Settings Home</string>
<string-array name="battery_labels" translatable="false"> <!-- Labels on the side of batter graph in Quick Settings and Settings [CHAR LIMIT=8] -->
<string-array name="battery_labels">
<item>0%</item> <item>0%</item>
<item>50%</item> <item>50%</item>
<item>100%</item> <item>100%</item>