diff options
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index bad2574b..40039cd5 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -22,6 +22,12 @@ android:entries="@array/filesizes" android:entryValues="@array/filesizes_values" android:defaultValue="524288"/> + <CheckBoxPreference + android:key="confirm_messages" + android:title="@string/pref_confirm_messages" + android:summary="@string/pref_confirm_messages_summary" + android:defaultValue="true" + /> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_notification_settings"> @@ -59,7 +65,7 @@ <CheckBoxPreference android:key="show_phone_selfcontact_picture" android:title="@string/pref_use_phone_self_picture" - android:summary="@string/pref_use_phone_sefl_picture_summary" + android:summary="@string/pref_use_phone_self_picture_summary" android:defaultValue="true"/> <CheckBoxPreference android:key="use_subject_in_muc" @@ -68,7 +74,7 @@ android:defaultValue="true"/> </PreferenceCategory> <PreferenceCategory - android:title="Advanced Options"> + android:title="@string/pref_advanced_options"> <CheckBoxPreference android:key="never_send" android:title="@string/pref_never_send_crash" |