Changed information string about model am: d92ce3ef0c am: 878bb1e602

am: a3123c3f2f

Change-Id: I1e7a5554fef400871eb4da5c0663e4159692a80d
This commit is contained in:
Salvador Martinez
2016-09-15 00:32:46 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -2336,7 +2336,7 @@
<!-- About phone screen, status item label [CHAR LIMIT=60] --> <!-- About phone screen, status item label [CHAR LIMIT=60] -->
<string name="security_patch">Android security patch level</string> <string name="security_patch">Android security patch level</string>
<!-- About phone screen, status item label [CHAR LIMIT=40] --> <!-- 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] --> <!-- About phone screen, fcc equipment id label [CHAR LIMIT=40] -->
<string name="fcc_equipment_id">Equipment ID</string> <string name="fcc_equipment_id">Equipment ID</string>
<!-- About phone screen, setting option name [CHAR LIMIT=40] --> <!-- About phone screen, setting option name [CHAR LIMIT=40] -->

View File

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