diff options
author | 2013-04-15 22:42:11 +0900 | |
---|---|---|
committer | 2013-04-15 22:47:08 +0900 | |
commit | e3aa7f10d0f793973dbee0bc00f3421cd140271b (patch) | |
tree | 09fee489ba599623fabc0675e2f6cfd85545554e /java | |
parent | b76ce1251ee78067ebdc349ea94ea145d87488c4 (diff) | |
download | latinime-e3aa7f10d0f793973dbee0bc00f3421cd140271b.tar.gz latinime-e3aa7f10d0f793973dbee0bc00f3421cd140271b.tar.xz latinime-e3aa7f10d0f793973dbee0bc00f3421cd140271b.zip |
Adjust CHAR_LIMITs
bug: 8589156
bug: 8588538
bug: 8588746
Change-Id: I14050dc3542946c1bae2e1dc8b63b99758d5f9aa
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 201fc7030..f5e24412d 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -422,11 +422,11 @@ <!-- Title of an option for usability study mode --> <string name="prefs_usability_study_mode">Usability study mode</string> - <!-- Title of the settings for key long press delay [CHAR LIMIT=30] --> + <!-- Title of the settings for key long press delay [CHAR LIMIT=35] --> <string name="prefs_key_longpress_timeout_settings">Key long press delay</string> - <!-- Title of the settings for keypress vibration duration [CHAR LIMIT=30] --> + <!-- Title of the settings for keypress vibration duration [CHAR LIMIT=35] --> <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration</string> - <!-- Title of the settings for keypress sound volume [CHAR LIMIT=30] --> + <!-- Title of the settings for keypress sound volume [CHAR LIMIT=35] --> <string name="prefs_keypress_sound_volume_settings">Keypress sound volume</string> <!-- Title of the settings for reading an external dictionary file --> <string name="prefs_read_external_dictionary">Read external dictionary file</string> |