diff options
author | 2013-03-28 04:07:24 +0000 | |
---|---|---|
committer | 2013-03-28 04:07:24 +0000 | |
commit | 844e5014fa789df85a8b02cab9665b6d867fa720 (patch) | |
tree | 7511d55a2bd5379f7a5b0e73f67a74184c9daf39 /java | |
parent | fc801fe8f82128634b3e4a11dcb259592768ae6e (diff) | |
parent | eda69e5272e9034245ac61545291bc5ac0b96dc7 (diff) | |
download | latinime-844e5014fa789df85a8b02cab9665b6d867fa720.tar.gz latinime-844e5014fa789df85a8b02cab9665b6d867fa720.tar.xz latinime-844e5014fa789df85a8b02cab9665b6d867fa720.zip |
Merge "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] --> |