diff options
author | 2013-03-27 21:40:51 +0900 | |
---|---|---|
committer | 2013-03-28 13:01:41 +0900 | |
commit | 830cd7b915cf79e2bc9596f306a6a4b0a284f302 (patch) | |
tree | baa0ec8c89b1976e3b7a1403bfe8f75eaa69af34 /java | |
parent | 21160c4eba74344a583cae423b1909483559c87f (diff) | |
download | latinime-830cd7b915cf79e2bc9596f306a6a4b0a284f302.tar.gz latinime-830cd7b915cf79e2bc9596f306a6a4b0a284f302.tar.xz latinime-830cd7b915cf79e2bc9596f306a6a4b0a284f302.zip |
[DO NOT MERGE] Increase string limits
These have been requested by the translators. For some reason the limits
were shorter than the actual source strings. Both these messages are
meant to be displayed alone on the screen, and 50 chars should fit
comfortably.
Bug: 8442366
Bug: 8442144
Change-Id: I7845f85ddee992313f658e0268d090eae73778b3
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] --> |