Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 156493cf authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add description for auto correction threshold strings

Bug: 3088802
Bug: 3091970
Change-Id: I6f0cdb9ec74824497ff5f9e3a2ca5d7d29de0dd7
parent 251cb11f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 -->