diff options
author | 2013-03-27 22:11:34 -0700 | |
---|---|---|
committer | 2013-03-27 22:11:34 -0700 | |
commit | 53698f8db8806d0d59610b5442c1c77736fdead9 (patch) | |
tree | b36c068ac88fae4b003c749b72df2cf37d650690 /java | |
parent | 0c777365e4a1d8e8154836d4af0ad3d3e68e4c4a (diff) | |
parent | fd0e40ef91aad767a8de9e28ede35e792546bb8e (diff) | |
download | latinime-53698f8db8806d0d59610b5442c1c77736fdead9.tar.gz latinime-53698f8db8806d0d59610b5442c1c77736fdead9.tar.xz latinime-53698f8db8806d0d59610b5442c1c77736fdead9.zip |
am fd0e40ef: am 78b07d8b: am 0cd02c2b: keep history after reset to jb-ub-latinimegoogle-azuki
* commit 'fd0e40ef91aad767a8de9e28ede35e792546bb8e':
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] --> |