diff options
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/prefs.xml | 1 | ||||
-rw-r--r-- | java/res/xml/spell_checker_settings.xml | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index e299ce4f8..783946252 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -17,7 +17,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - android:title="@string/english_ime_settings" android:key="english_ime_settings"> <PreferenceCategory android:title="@string/general_category" diff --git a/java/res/xml/spell_checker_settings.xml b/java/res/xml/spell_checker_settings.xml index 222b98b6b..de67e7f81 100644 --- a/java/res/xml/spell_checker_settings.xml +++ b/java/res/xml/spell_checker_settings.xml @@ -15,8 +15,7 @@ --> <PreferenceScreen - xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/android_spell_checker_settings"> + xmlns:android="http://schemas.android.com/apk/res/android"> <CheckBoxPreference android:key="pref_spellcheck_use_contacts" android:title="@string/use_contacts_for_spellchecking_option_title" |