Remove subtitle from "Confirm before X" preferences
b/10696931 Change-Id: I6353f045322d49c26b69d7e96357ec7a8ef426f8
This commit is contained in:
parent
2bae64df29
commit
08b2a505d0
@ -697,12 +697,14 @@
|
|||||||
<string name="general_preference_confirm_delete_label">Confirm before deleting</string>
|
<string name="general_preference_confirm_delete_label">Confirm before deleting</string>
|
||||||
<!-- General preference: Description of the setting for requiring confirmation before
|
<!-- General preference: Description of the setting for requiring confirmation before
|
||||||
message deletion [CHAR LIMIT=64] -->
|
message deletion [CHAR LIMIT=64] -->
|
||||||
|
<!-- TODO: Delete this string, no longer used -->
|
||||||
<string name="general_preference_confirm_delete_summary">Messages</string>
|
<string name="general_preference_confirm_delete_summary">Messages</string>
|
||||||
<!-- General preference: Label of the setting for requiring confirmation before
|
<!-- General preference: Label of the setting for requiring confirmation before
|
||||||
message sending [CHAR LIMIT=32] -->
|
message sending [CHAR LIMIT=32] -->
|
||||||
<string name="general_preference_confirm_send_label">Confirm before sending</string>
|
<string name="general_preference_confirm_send_label">Confirm before sending</string>
|
||||||
<!-- General preference: Description of the setting for requiring confirmation before
|
<!-- General preference: Description of the setting for requiring confirmation before
|
||||||
message sending [CHAR LIMIT=32] -->
|
message sending [CHAR LIMIT=32] -->
|
||||||
|
<!-- TODO: Delete this string, no longer used -->
|
||||||
<string name="general_preference_confirm_send_summary">Messages</string>
|
<string name="general_preference_confirm_send_summary">Messages</string>
|
||||||
|
|
||||||
<!-- General preference: Label of the setting for the text zoom. [CHAR LIMIT=32] -->
|
<!-- General preference: Label of the setting for the text zoom. [CHAR LIMIT=32] -->
|
||||||
|
@ -21,15 +21,13 @@
|
|||||||
android:key="confirm_delete"
|
android:key="confirm_delete"
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:title="@string/general_preference_confirm_delete_label"
|
android:title="@string/general_preference_confirm_delete_label" />
|
||||||
android:summary="@string/general_preference_confirm_delete_summary" />
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="confirm_send"
|
android:key="confirm_send"
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:title="@string/general_preference_confirm_send_label"
|
android:title="@string/general_preference_confirm_send_label" />
|
||||||
android:summary="@string/general_preference_confirm_send_summary" />
|
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:key="auto_advance"
|
android:key="auto_advance"
|
||||||
|
Loading…
Reference in New Issue
Block a user