aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-04 23:11:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-04 23:11:46 -0800
commit907371b54fcad3df609bb75f7ad38f430189578b (patch)
treed02cde1b7cb812f0c562e0ba60cc5d9846be82ae /java
parente5cbc94d10b4d92e6f57ba154b7167a962af301a (diff)
parente54723d84d3977f659d2d31743f18853bb1e4c8c (diff)
downloadlatinime-907371b54fcad3df609bb75f7ad38f430189578b.tar.gz
latinime-907371b54fcad3df609bb75f7ad38f430189578b.tar.xz
latinime-907371b54fcad3df609bb75f7ad38f430189578b.zip
Merge "Change the name of AOSP LatinIME spell checker"
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml6
-rw-r--r--java/res/xml/spellchecker.xml6
2 files changed, 7 insertions, 5 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 516c60731..d8a3a689e 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -27,8 +27,10 @@
<!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
<string name="english_ime_input_options">Input options</string>
- <!-- Title for Latin Keyboard spell checker service -->
- <string name="spell_checker_service_name">Android correction</string>
+ <!-- Name of Android spell checker service -->
+ <string name="spell_checker_service_name">Android spell checker</string>
+ <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. -->
+ <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string>
<!-- Title for the spell checking service settings screen -->
<string name="android_spell_checker_settings">Spell checking settings</string>
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"