diff options
author | 2014-02-12 12:23:22 +0900 | |
---|---|---|
committer | 2014-02-12 12:23:22 +0900 | |
commit | 29c92c40e096bd278b3fc952f1ae7e0298d0710b (patch) | |
tree | f095bad55309abd305e50ce4ec666a71e7029dcb /java | |
parent | fd9599e9c7f2dceb3ecc3ecd4058369d49a7483d (diff) | |
download | latinime-29c92c40e096bd278b3fc952f1ae7e0298d0710b.tar.gz latinime-29c92c40e096bd278b3fc952f1ae7e0298d0710b.tar.xz latinime-29c92c40e096bd278b3fc952f1ae7e0298d0710b.zip |
Increase CHAR LIMIT for personalized setting.
Bug: 12189366
Change-Id: I19764b3aaf97319ac841460ac2a6ab1571d3ea2b
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 9045ce51b..1232bbd96 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -89,7 +89,7 @@ <!-- Option name for enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=25] --> <string name="use_personalized_dicts">Personalized suggestions</string> - <!-- Description for option enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=65] --> + <!-- Description for option enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=68] --> <string name="use_personalized_dicts_summary">Learn from your communications and typed data to improve suggestions</string> <!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=30] --> |