diff options
author | 2012-03-05 15:12:10 +0900 | |
---|---|---|
committer | 2012-03-05 15:39:07 +0900 | |
commit | e54723d84d3977f659d2d31743f18853bb1e4c8c (patch) | |
tree | 42ab30b04740a7050f2902f2b0d0222e0a5f7282 /java/res/xml/spellchecker.xml | |
parent | f1a559c51665cffe73a1f998cf436156bbe83802 (diff) | |
download | latinime-e54723d84d3977f659d2d31743f18853bb1e4c8c.tar.gz latinime-e54723d84d3977f659d2d31743f18853bb1e4c8c.tar.xz latinime-e54723d84d3977f659d2d31743f18853bb1e4c8c.zip |
Change the name of AOSP LatinIME spell checker
Change-Id: I8b93f66c272d91ba02888da31d56a9811ba2a1f0
Diffstat (limited to 'java/res/xml/spellchecker.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" |