diff options
author | 2014-07-11 04:06:52 +0000 | |
---|---|---|
committer | 2014-07-11 04:06:52 +0000 | |
commit | 31913a6bcfe97b4482e07495743fed763d406998 (patch) | |
tree | 716b9373e19f6a5e482e0ae88f7eb47977201556 /java | |
parent | 661a3681e508d17f65b367a31c4cf1afb3bfe6f0 (diff) | |
parent | b3bd025b1a27a4810507f6e0792fd1ddec778f34 (diff) | |
download | latinime-31913a6bcfe97b4482e07495743fed763d406998.tar.gz latinime-31913a6bcfe97b4482e07495743fed763d406998.tar.xz latinime-31913a6bcfe97b4482e07495743fed763d406998.zip |
am b3bd025b: Increase CHAR LIMIT of settings title
* commit 'b3bd025b1a27a4810507f6e0792fd1ddec778f34':
Increase CHAR LIMIT of settings title
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 9ec3f469c..d58d4d585 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -36,17 +36,17 @@ <!-- Option to control whether or not to show a popup with a larger font on each key press. --> <string name="popup_on_keypress">Popup on keypress</string> - <!-- Settings screen title for input preferences [CHAR LIMIT=25]--> + <!-- Settings screen title for input preferences [CHAR LIMIT=33]--> <string name="settings_screen_input">Input preferences</string> - <!-- Settings screen title for appearance preferences [CHAR LIMIT=25] --> + <!-- Settings screen title for appearance preferences [CHAR LIMIT=33] --> <string name="settings_screen_appearances">Appearance</string> - <!-- Settings screen title for multi lingual options [CHAR_LIMIT=25] --> + <!-- Settings screen title for multi lingual options [CHAR_LIMIT=33] --> <string name="settings_screen_multi_lingual">Multi lingual options</string> - <!-- Settings screen title for gesture typing preferences [CHAR_LIMIT=25] --> + <!-- Settings screen title for gesture typing preferences [CHAR_LIMIT=33] --> <string name="settings_screen_gesture">Gesture typing preferences</string> - <!-- Settings screen title for text correction options [CHAR_LIMIT=25] --> + <!-- Settings screen title for text correction options [CHAR_LIMIT=33] --> <string name="settings_screen_correction">Text correction</string> - <!-- Settings screen title for advanced settings [CHAR LIMIT=25] --> + <!-- Settings screen title for advanced settings [CHAR LIMIT=33] --> <string name="settings_screen_advanced">Advanced</string> <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] --> |