am 156493cf: Add description for auto correction threshold strings

* commit '156493cf66f29119de7faf8f8b59f3d37e248f07':
  Add description for auto correction threshold strings
main
Tadashi G. Takaoka 2011-01-23 23:37:54 -08:00 committed by Android Git Automerger
commit 7ef37c48f4
1 changed files with 2 additions and 2 deletions

View File

@ -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 -->