diff options
author | 2013-08-07 23:06:24 -0700 | |
---|---|---|
committer | 2013-08-07 23:06:24 -0700 | |
commit | 1c558a31cfd1b4b2bf61bd5f28f33013311dca1a (patch) | |
tree | d657fe3e3e124cb01f26f5190d9a094f7aaf1f13 /java | |
parent | 76a064fd57da0444565a0c25102cb77ddd4a3f44 (diff) | |
parent | 769aefe00eac18240c70ad37ffd5b6b4fde81390 (diff) | |
download | latinime-1c558a31cfd1b4b2bf61bd5f28f33013311dca1a.tar.gz latinime-1c558a31cfd1b4b2bf61bd5f28f33013311dca1a.tar.xz latinime-1c558a31cfd1b4b2bf61bd5f28f33013311dca1a.zip |
am 769aefe0: Merge "Increase CHAR_LIMIT to 29 to accommodate German."
* commit '769aefe00eac18240c70ad37ffd5b6b4fde81390':
Increase CHAR_LIMIT to 29 to accommodate German.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 1eff2f9c3..aae5b0b70 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -388,7 +388,7 @@ Cyrillic, Arabic, Hebrew or other scripts. This keyboard offers no suggestions, be a QWERTY, or AZERTY, or any other disposition that only offers Latin characters, so you wouldn't be able to type, say, Arabic on it. Please translate it in a way that "alphabet" would be understood to mean specifically the Latin alphabet, rather than any other -alphabet. [CHAR LIMIT=25] --> +alphabet. [CHAR LIMIT=29] --> <string name="subtype_no_language">No language (Alphabet)</string> <!-- This string is displayed in the description for a keyboard type. It refers specifically to the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts. |