am 965329c1: Fix missing string reference of spellchecker.xml
* commit '965329c192ee385c83ccf9b054063f9a68cca34b': Fix missing string reference of spellchecker.xmlmain
commit
3bcc75456f
|
@ -21,7 +21,7 @@
|
||||||
for the spell checker -->
|
for the spell checker -->
|
||||||
|
|
||||||
<spell-checker xmlns:android="http://schemas.android.com/apk/res/android"
|
<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">
|
android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity">
|
||||||
<subtype
|
<subtype
|
||||||
android:label="@string/subtype_generic"
|
android:label="@string/subtype_generic"
|
||||||
|
|
Loading…
Reference in New Issue