diff options
author | 2013-05-15 11:19:00 -0700 | |
---|---|---|
committer | 2013-05-15 11:19:00 -0700 | |
commit | 58434ae636d9209ce9f2fb046ca52a8d3b73b832 (patch) | |
tree | 097959a758285fdbb4ea773aeea20aee58d4f66b /java | |
parent | 861d7cea303fe52d7e59c1f6af36206d2f50f33f (diff) | |
parent | 3bcc75456fc01327e8358468131e8daf6095da98 (diff) | |
download | latinime-58434ae636d9209ce9f2fb046ca52a8d3b73b832.tar.gz latinime-58434ae636d9209ce9f2fb046ca52a8d3b73b832.tar.xz latinime-58434ae636d9209ce9f2fb046ca52a8d3b73b832.zip |
am 3bcc7545: am 965329c1: Fix missing string reference of spellchecker.xml
* commit '3bcc75456fc01327e8358468131e8daf6095da98':
Fix missing string reference of spellchecker.xml
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/spellchecker.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index 813319c7b..13e6132f1 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -21,7 +21,7 @@ for the spell checker --> <spell-checker xmlns:android="http://schemas.android.com/apk/res/android" - android:label="@string/aosp_spell_checker_service_name" + android:label="@string/spell_checker_service_name" android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"> <subtype android:label="@string/subtype_generic" |