diff options
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/spellchecker.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index b48dc52cd..2e4448c44 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -17,11 +17,11 @@ */ --> -<!-- The attributes in this XML file provide the configuration information --> -<!-- for the spell checker --> +<!-- The attributes in this XML file provide the configuration information + for the spell checker --> <spell-checker xmlns:android="http://schemas.android.com/apk/res/android" - android:label="@string/spell_checker_service_name" + android:label="@string/aosp_spell_checker_service_name" android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"> <subtype android:label="@string/subtype_generic" |