diff options
author | 2011-01-24 14:14:54 +0900 | |
---|---|---|
committer | 2011-01-24 14:51:39 +0900 | |
commit | 156493cf66f29119de7faf8f8b59f3d37e248f07 (patch) | |
tree | 30ad08794fd2f0d4a46a37b538a237179034cd30 /java | |
parent | 251cb11f0d1c151672068bed2236a3df32ef774f (diff) | |
download | latinime-156493cf66f29119de7faf8f8b59f3d37e248f07.tar.gz latinime-156493cf66f29119de7faf8f8b59f3d37e248f07.tar.xz latinime-156493cf66f29119de7faf8f8b59f3d37e248f07.zip |
Add description for auto correction threshold strings
Bug: 3088802
Bug: 3091970
Change-Id: I6f0cdb9ec74824497ff5f9e3a2ca5d7d29de0dd7
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index a664aaf78..f3805fdcf 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -72,9 +72,9 @@ <string name="auto_correction_summary">Spacebar and punctuation automatically insert highlighted word</string> <!-- Option to disable auto correction. [CHAR LIMIT=20] --> <string name="auto_correction_threshold_mode_off">Off</string> - <!-- Option to use modest auto correction. [CHAR LIMIT=20] --> + <!-- Option to suggest auto correction candidates modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> <string name="auto_correction_threshold_mode_modest">Modest</string> - <!-- Option to use aggressive auto correction. [CHAR LIMIT=20] --> + <!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> <!-- Option to enable bigram correction --> |