diff options
author | 2013-08-08 15:56:27 -0700 | |
---|---|---|
committer | 2013-08-08 15:56:27 -0700 | |
commit | 3cd6811e4bd55db2d8d539c37ee9f24179bea0ef (patch) | |
tree | 263686772df8eafaa48a781b89fbcdcef774d22e /java | |
parent | 4905164419cd2893ea950c2b78aa253cb5ee2201 (diff) | |
parent | 769aefe00eac18240c70ad37ffd5b6b4fde81390 (diff) | |
download | latinime-3cd6811e4bd55db2d8d539c37ee9f24179bea0ef.tar.gz latinime-3cd6811e4bd55db2d8d539c37ee9f24179bea0ef.tar.xz latinime-3cd6811e4bd55db2d8d539c37ee9f24179bea0ef.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. |