am c7e62cf1: am cd1846fa: Merge "Changing hint string inside sim name editor dialog in settings." into lmp-mr1-dev
* commit 'c7e62cf149e98fe9da6f17e1dc43a7bb9ba256dc': Changing hint string inside sim name editor dialog in settings.
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:paddingStart="@dimen/sim_content_padding"
|
android:paddingStart="@dimen/sim_content_padding"
|
||||||
android:paddingBottom="@dimen/sim_dialog_margin_bottom"
|
android:paddingBottom="@dimen/sim_dialog_margin_bottom"
|
||||||
android:hint="@string/wifi_ssid_hint"
|
android:hint="@string/sim_name_hint"
|
||||||
android:inputType="textNoSuggestions"
|
android:inputType="textNoSuggestions"
|
||||||
android:maxLength="@integer/sim_name_length"
|
android:maxLength="@integer/sim_name_length"
|
||||||
android:textColor="@android:color/black"
|
android:textColor="@android:color/black"
|
||||||
|
|||||||
@@ -5518,6 +5518,8 @@
|
|||||||
<string name="sim_slot_empty">SIM empty</string>
|
<string name="sim_slot_empty">SIM empty</string>
|
||||||
<!-- Name label of Sim Editor. [CHAR LIMIT=40] -->
|
<!-- Name label of Sim Editor. [CHAR LIMIT=40] -->
|
||||||
<string name="sim_editor_name">SIM name</string>
|
<string name="sim_editor_name">SIM name</string>
|
||||||
|
<!-- Hint for SIM name in sim name editor dialog. [CHAR LIMIT=40] -->
|
||||||
|
<string name="sim_name_hint">Enter SIM name</string>
|
||||||
<!-- Title label of Sim Editor. [CHAR LIMIT=40] -->
|
<!-- Title label of Sim Editor. [CHAR LIMIT=40] -->
|
||||||
<string name="sim_editor_title">SIM slot %1$d</string>
|
<string name="sim_editor_title">SIM slot %1$d</string>
|
||||||
<!-- Carrier label of Sim Editor. [CHAR LIMIT=40] -->
|
<!-- Carrier label of Sim Editor. [CHAR LIMIT=40] -->
|
||||||
|
|||||||
Reference in New Issue
Block a user