diff options
author | 2013-04-03 19:21:06 -0700 | |
---|---|---|
committer | 2013-04-03 19:21:06 -0700 | |
commit | a747d76285a94111485eceda9011141ffe738294 (patch) | |
tree | 2859e107fcc2af1555cb15c74563527c5c77a92c /java | |
parent | 108ee45228ee1a17195cd0b86b2e29ed0c4181e5 (diff) | |
parent | 6e78878f7b038afa46afc75117cd773e2d181a5c (diff) | |
download | latinime-a747d76285a94111485eceda9011141ffe738294.tar.gz latinime-a747d76285a94111485eceda9011141ffe738294.tar.xz latinime-a747d76285a94111485eceda9011141ffe738294.zip |
am 6e78878f: am 844e5014: Merge "Increase string limits"
* commit '6e78878f7b038afa46afc75117cd773e2d181a5c':
Increase string limits
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index ebcd3d956..fb341acc3 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -498,9 +498,9 @@ <!-- Message about some dictionary indicating the file is installed, but the dictionary is disabled --> <string name="dictionary_disabled">Installed, disabled</string> - <!-- Message to display in the dictionaries setting screen when some error prevented us to list installed dictionaries [CHAR LIMIT=20] --> + <!-- Message to display in the dictionaries setting screen when some error prevented us to list installed dictionaries [CHAR LIMIT=50] --> <string name="cannot_connect_to_dict_service">Problem connecting to dictionary service</string> - <!-- Message to display in the dictionaries setting screen when we found that no dictionaries are available [CHAR LIMIT=20]--> + <!-- Message to display in the dictionaries setting screen when we found that no dictionaries are available [CHAR LIMIT=50]--> <string name="no_dictionaries_available">No dictionaries available</string> <!-- Title of the options to press to refresh the list (as in, check for updates now) [CHAR_LIMIT=50] --> |