diff options
Diffstat (limited to 'java/res/xml/spell_checker_settings.xml')
-rw-r--r-- | java/res/xml/spell_checker_settings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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" |