diff options
author | 2011-01-25 00:38:37 -0800 | |
---|---|---|
committer | 2011-01-25 00:38:37 -0800 | |
commit | 31569d625278469cab965a023ecc0a331a46750d (patch) | |
tree | 3e1e777216f2df4e0e628cb55a21357a77ab6f30 /java | |
parent | e64e3a71ffe08f2d54ff4408945f3aacbc1a192c (diff) | |
parent | 2f4cc01e61ec522f7db123096b69f08defba5b03 (diff) | |
download | latinime-31569d625278469cab965a023ecc0a331a46750d.tar.gz latinime-31569d625278469cab965a023ecc0a331a46750d.tar.xz latinime-31569d625278469cab965a023ecc0a331a46750d.zip |
am 2f4cc01e: Clarify a settings summary text.
* commit '2f4cc01e61ec522f7db123096b69f08defba5b03':
Clarify a settings summary text.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 |
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] --> |