[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: I7845f85ddee992313f658e0268d090eae73778b3main
parent
21160c4eba
commit
830cd7b915
|
@ -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] -->
|
||||
|
|
Loading…
Reference in New Issue