aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-06-25 20:02:43 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-25 20:02:43 -0700
commit3c5db23c7acd8564a3637a64851b27dd3fc592d3 (patch)
tree460f1429e543f7e97e4ba7572f7466b3b775d290 /java
parent681184d137acd0a52cbc38e1765f6e668bc38c1e (diff)
parent11327c7b20ea9bcea22f41af426527a0a549298c (diff)
downloadlatinime-3c5db23c7acd8564a3637a64851b27dd3fc592d3.tar.gz
latinime-3c5db23c7acd8564a3637a64851b27dd3fc592d3.tar.xz
latinime-3c5db23c7acd8564a3637a64851b27dd3fc592d3.zip
Merge "Tune CHAR LIMIT"
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 0b781af79..845985006 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -305,7 +305,7 @@
<string name="subtype_locale">Language</string>
<!-- Title of the spinner for choosing a keyboard layout of custom style in the settings dialog [CHAR LIMIT=15] -->
<string name="keyboard_layout_set">Layout</string>
- <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=64] -->
+ <!-- The message of the dialog to note that a custom input style needs to be enabled. [CHAR LIMIT=130] -->
<string name="custom_input_style_note_message">"Your custom input style needs to be enabled before you start using it. Do you want to enable it now?"</string>
<!-- Title of the button to enable a custom input style entry in the settings dialog [CHAR LIMIT=15] -->
<string name="enable">Enable</string>