diff options
author | 2011-09-29 21:28:15 +0900 | |
---|---|---|
committer | 2011-09-29 21:28:15 +0900 | |
commit | e0aed8d3a2a7be6231dc67ee73c94f7e7949e8c8 (patch) | |
tree | a0999c831bbe700363d5c2a451d698012759aeca /java | |
parent | 4866758a98fbf38bedebf65f9ea4993464627ce0 (diff) | |
download | latinime-e0aed8d3a2a7be6231dc67ee73c94f7e7949e8c8.tar.gz latinime-e0aed8d3a2a7be6231dc67ee73c94f7e7949e8c8.tar.xz latinime-e0aed8d3a2a7be6231dc67ee73c94f7e7949e8c8.zip |
Fix CHAR LIMIT
Bug: 5387401
Change-Id: I97161de79006a23e507a55041c7840267fbb2df8
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> |