diff options
author | 2011-01-24 13:28:09 -0800 | |
---|---|---|
committer | 2011-01-24 13:28:09 -0800 | |
commit | c19efa2b2b9a2cbbf7564ec87e449d06422073a9 (patch) | |
tree | 30ad08794fd2f0d4a46a37b538a237179034cd30 | |
parent | 06eeb3106e4d5274c7a0b06d55a826148d967bfb (diff) | |
parent | 7ef37c48f41c02c26917707462bab4a4e3a26da6 (diff) | |
download | latinime-c19efa2b2b9a2cbbf7564ec87e449d06422073a9.tar.gz latinime-c19efa2b2b9a2cbbf7564ec87e449d06422073a9.tar.xz latinime-c19efa2b2b9a2cbbf7564ec87e449d06422073a9.zip |
am 7ef37c48: am 156493cf: Add description for auto correction threshold strings
* commit '7ef37c48f41c02c26917707462bab4a4e3a26da6':
Add description for auto correction threshold strings
-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 --> |