diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-04-18 15:07:15 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-04-18 15:07:15 +0200 |
commit | 2e063d8696b7a5e798a4a4d614ee522fbed12124 (patch) | |
tree | 9864421b807a0fef8dd5a2bb77a2504b83a7245f /src/main/res/xml | |
parent | 073813d192067a2b91c50d2108a0cb98fc865ab4 (diff) |
Related to FS#199: fixed merge hickups (message correction setting removed, key for other expert settings readded)
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index bd5d3ebb..44b66ab7 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -199,11 +199,6 @@ android:key="remove_trusted_certificates" android:summary="@string/pref_remove_trusted_certificates_summary" android:title="@string/pref_remove_trusted_certificates_title"/> - <CheckBoxPreference - android:defaultValue="false" - android:key="allow_message_correction" - android:title="@string/pref_allow_message_correction" - android:summary="@string/pref_allow_message_correction_summary"/> </PreferenceCategory> <PreferenceCategory android:key="connection_options" @@ -244,7 +239,7 @@ android:title="@string/pref_treat_vibrate_as_silent" android:summary="@string/pref_treat_vibrate_as_silent_summary"/> </PreferenceCategory> - <PreferenceCategory android:title="@string/pref_expert_options_other"> + <PreferenceCategory android:key="other_expert_settings" android:title="@string/pref_expert_options_other"> <CheckBoxPreference android:key="autojoin" android:defaultValue="true" |