aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-03-28 13:03:49 +0900
committerJean Chalard <jchalard@google.com>2013-03-28 13:03:49 +0900
commiteda69e5272e9034245ac61545291bc5ac0b96dc7 (patch)
treeae23f2fb6c7e5624a617b5b1d5f151e272ec0866 /java
parentee91bde16c34af80201efb5f8d056caecbbbf338 (diff)
downloadlatinime-eda69e5272e9034245ac61545291bc5ac0b96dc7.tar.gz
latinime-eda69e5272e9034245ac61545291bc5ac0b96dc7.tar.xz
latinime-eda69e5272e9034245ac61545291bc5ac0b96dc7.zip
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: I7062e533e5d4521d2866a6c5f947c8f25b790675
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml4
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] -->