aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-26 15:38:41 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-26 15:38:41 +0900
commit6b006b49473ccbbabe710a8c9df4cd88fe477b00 (patch)
treed28d60f93b8d46ef7b52c96d1c009442f2efee6c /java
parent27b42ced86e1c85de3d59d91a9e5c577fa552569 (diff)
downloadlatinime-6b006b49473ccbbabe710a8c9df4cd88fe477b00.tar.gz
latinime-6b006b49473ccbbabe710a8c9df4cd88fe477b00.tar.xz
latinime-6b006b49473ccbbabe710a8c9df4cd88fe477b00.zip
Increase CHAR LIMIT in some string resources
Bug: 6374565 Bug: 6381144 Change-Id: I2fff2323e8f0f79df2b71ed030a1a0953b2854c8
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 0d6eaee09..e258f3bff 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -64,11 +64,11 @@
<!-- Option summary for advanced settings screen [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
<string name="advanced_settings_summary">Options for experts</string>
- <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=25] -->
+ <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] -->
<string name="include_other_imes_in_language_switch_list">Switch to other input methods</string>
<!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] -->
<string name="include_other_imes_in_language_switch_list_summary">Language switch key covers other input methods too</string>
- <!-- Option to suppress language switch key [CHAR LIMIT=25] -->
+ <!-- Option to suppress language switch key [CHAR LIMIT=30] -->
<string name="suppress_language_switch_key">Suppress language switch key</string>
<!-- Option for the dismiss delay of the key popup [CHAR LIMIT=25] -->
@@ -267,9 +267,9 @@
<!-- Description for language agnostic PC QWERTY keyboard subtype [CHAR LIMIT=22] -->
<string name="subtype_no_language_pcqwerty">No language (PC)</string>
- <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=22]-->
+ <!-- Title of the preference settings for custom input styles (language and keyboard layout pairs) [CHAR LIMIT=35]-->
<string name="custom_input_styles_title">Custom input styles</string>
- <!-- Title of the option menu to add a new style entry in the preference settings [CHAR_LIMIT=12] -->
+ <!-- Title of the option menu to add a new style entry in the preference settings [CHAR_LIMIT=16] -->
<string name="add_style">Add style</string>
<!-- Title of the button to add custom style entry in the settings dialog [CHAR_LIMIT=12] -->
<string name="add">Add</string>