diff options
author | 2011-09-29 08:12:23 -0700 | |
---|---|---|
committer | 2011-09-29 08:12:23 -0700 | |
commit | 2803f67fea5b2a9482db21f46b5c7b4d39805473 (patch) | |
tree | 309a5b915780a2907442436e14d3a987c38be6fe | |
parent | 2f81802ac103274feece84d9866299283ffe3efc (diff) | |
parent | dc1afa87329fb6dd3485209d197f810389e63c9a (diff) | |
download | latinime-2803f67fea5b2a9482db21f46b5c7b4d39805473.tar.gz latinime-2803f67fea5b2a9482db21f46b5c7b4d39805473.tar.xz latinime-2803f67fea5b2a9482db21f46b5c7b4d39805473.zip |
am dc1afa87: Merge "Fix CHAR LIMIT"
* commit 'dc1afa87329fb6dd3485209d197f810389e63c9a':
Fix CHAR LIMIT
-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> |