diff options
author | 2011-09-29 08:10:44 -0700 | |
---|---|---|
committer | 2011-09-29 08:10:44 -0700 | |
commit | dc1afa87329fb6dd3485209d197f810389e63c9a (patch) | |
tree | 309a5b915780a2907442436e14d3a987c38be6fe /java | |
parent | db096d681f40b8547b4ce83d07d8d8b54e30634e (diff) | |
parent | e0aed8d3a2a7be6231dc67ee73c94f7e7949e8c8 (diff) | |
download | latinime-dc1afa87329fb6dd3485209d197f810389e63c9a.tar.gz latinime-dc1afa87329fb6dd3485209d197f810389e63c9a.tar.xz latinime-dc1afa87329fb6dd3485209d197f810389e63c9a.zip |
Merge "Fix CHAR LIMIT"
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 a1c1a9ffd..9b3829f74 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -99,7 +99,7 @@ <!-- Option to decide the auto correction threshold score --> <!-- Option to enable auto correction [CHAR LIMIT=20]--> <string name="auto_correction">Auto correction</string> - <!-- Description for auto correction [CHAR LIMIT=35] --> + <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] --> <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> |