diff options
author | 2012-03-04 23:11:46 -0800 | |
---|---|---|
committer | 2012-03-04 23:11:46 -0800 | |
commit | 907371b54fcad3df609bb75f7ad38f430189578b (patch) | |
tree | d02cde1b7cb812f0c562e0ba60cc5d9846be82ae /java/res/xml | |
parent | e5cbc94d10b4d92e6f57ba154b7167a962af301a (diff) | |
parent | e54723d84d3977f659d2d31743f18853bb1e4c8c (diff) | |
download | latinime-907371b54fcad3df609bb75f7ad38f430189578b.tar.gz latinime-907371b54fcad3df609bb75f7ad38f430189578b.tar.xz latinime-907371b54fcad3df609bb75f7ad38f430189578b.zip |
Merge "Change the name of AOSP LatinIME spell checker"
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" |