diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 40039cd5..ecd90803 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceCategory - android:title="General"> + android:title="@string/pref_general"> <CheckBoxPreference android:key="grant_new_contacts" android:title="@string/pref_grant_presence_updates" @@ -63,11 +63,6 @@ <PreferenceCategory android:title="@string/pref_ui_options"> <CheckBoxPreference - android:key="show_phone_selfcontact_picture" - android:title="@string/pref_use_phone_self_picture" - android:summary="@string/pref_use_phone_self_picture_summary" - android:defaultValue="true"/> - <CheckBoxPreference android:key="use_subject_in_muc" android:title="@string/pref_conference_name" android:summary="@string/pref_conference_name_summary" |