diff options
author | 2013-03-27 22:09:51 -0700 | |
---|---|---|
committer | 2013-03-27 22:09:51 -0700 | |
commit | fd0e40ef91aad767a8de9e28ede35e792546bb8e (patch) | |
tree | b36c068ac88fae4b003c749b72df2cf37d650690 /java | |
parent | fbb6500d7d2933026c35c89f5a4e7f99a9e2f7ec (diff) | |
parent | 78b07d8b574fe2d1a43e796775b89b116f8f411f (diff) | |
download | latinime-fd0e40ef91aad767a8de9e28ede35e792546bb8e.tar.gz latinime-fd0e40ef91aad767a8de9e28ede35e792546bb8e.tar.xz latinime-fd0e40ef91aad767a8de9e28ede35e792546bb8e.zip |
am 78b07d8b: am 0cd02c2b: keep history after reset to jb-ub-latinimegoogle-azuki
* commit '78b07d8b574fe2d1a43e796775b89b116f8f411f':
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 fb341acc3..ebcd3d956 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=50] --> + <!-- Message to display in the dictionaries setting screen when some error prevented us to list installed dictionaries [CHAR LIMIT=20] --> <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=50]--> + <!-- Message to display in the dictionaries setting screen when we found that no dictionaries are available [CHAR LIMIT=20]--> <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] --> |