Changed information string about model

am: d92ce3ef0c

Change-Id: Ia6bd630c8e273eb3613dcb5c597bd89e6de17454
This commit is contained in:
Salvador Martinez
2016-09-14 20:38:03 +00:00
committed by android-build-merger
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 -->