diff options
author | 2013-03-27 21:06:15 -0700 | |
---|---|---|
committer | 2013-03-27 21:06:15 -0700 | |
commit | 2f73105a862cf97148ecd5fdaa25da9f0b98f32a (patch) | |
tree | e1c2993506232115358a262ccdb4af05df2d5da7 /java | |
parent | c57cf2b776d5b03d55835e90db6aeaa6cd2e4a00 (diff) | |
parent | db5e07f75633ee89631bd6903378884b84bc1242 (diff) | |
download | latinime-2f73105a862cf97148ecd5fdaa25da9f0b98f32a.tar.gz latinime-2f73105a862cf97148ecd5fdaa25da9f0b98f32a.tar.xz latinime-2f73105a862cf97148ecd5fdaa25da9f0b98f32a.zip |
am db5e07f7: Merge "[DO NOT MERGE] Increase string limits" into jb-mr2-dev
* commit 'db5e07f75633ee89631bd6903378884b84bc1242':
[DO NOT 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 273525100..255387d19 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -490,9 +490,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] --> |