diff options
author | 2014-02-12 04:11:15 +0000 | |
---|---|---|
committer | 2014-02-12 04:11:16 +0000 | |
commit | b05b183f60f9e01aa6a90b655dc27fcb324a195f (patch) | |
tree | c9fc196a7d3fa44afdc361053c706bcb152350bc /java | |
parent | 2089afd2578558c803b62c886f6b315df5d4cbdc (diff) | |
parent | 29c92c40e096bd278b3fc952f1ae7e0298d0710b (diff) | |
download | latinime-b05b183f60f9e01aa6a90b655dc27fcb324a195f.tar.gz latinime-b05b183f60f9e01aa6a90b655dc27fcb324a195f.tar.xz latinime-b05b183f60f9e01aa6a90b655dc27fcb324a195f.zip |
Merge "Increase CHAR LIMIT for personalized setting."
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] --> |