Merge "Changed information string about model" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-09-14 20:27:53 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -2312,7 +2312,7 @@
<!-- About phone screen, status item label [CHAR LIMIT=60] -->
<string name="security_patch">Android security patch level</string>
<!-- About phone screen, status item label [CHAR LIMIT=40] -->
<string name="model_number">Model number</string>
<string name="model_info">Model</string>
<!-- About phone screen, fcc equipment id label [CHAR LIMIT=40] -->
<string name="fcc_equipment_id">Equipment ID</string>
<!-- About phone screen, setting option name [CHAR LIMIT=40] -->

View File

@@ -73,7 +73,7 @@
<Preference android:key="device_model"
android:enabled="false"
android:shouldDisableView="false"
android:title="@string/model_number"
android:title="@string/model_info"
android:summary="@string/device_info_default"/>
<!-- Device firmware version -->