aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-01-25 00:40:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-25 00:40:16 -0800
commit788895d866ad7d4024687a3102c7ddf70cc0eb07 (patch)
tree9704c58edbbcb8268bf395e469b0d4279cdedcc9 /java/res
parent28fc914d9351b03f4889753b6d5c073eaa531066 (diff)
parent31569d625278469cab965a023ecc0a331a46750d (diff)
downloadlatinime-788895d866ad7d4024687a3102c7ddf70cc0eb07.tar.gz
latinime-788895d866ad7d4024687a3102c7ddf70cc0eb07.tar.xz
latinime-788895d866ad7d4024687a3102c7ddf70cc0eb07.zip
am 31569d62: am 2f4cc01e: Clarify a settings summary text.
* commit '31569d625278469cab965a023ecc0a331a46750d': Clarify a settings summary text.
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index f3805fdcf..12534cbfd 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -69,7 +69,7 @@
<!-- Option to enable auto correction [CHAR LIMIT=20]-->
<string name="auto_correction">Auto correction</string>
<!-- Description for auto correction [CHAR LIMIT=35] -->
- <string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string>
+ <string name="auto_correction_summary">Spacebar and punctuation automatically correct mistyped words</string>
<!-- Option to disable auto correction. [CHAR LIMIT=20] -->
<string name="auto_correction_threshold_mode_off">Off</string>
<!-- Option to suggest auto correction candidates modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] -->