aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-04-08 01:16:32 +0900
committerKen Wakasa <kwakasa@google.com>2013-04-08 01:16:32 +0900
commit370461ef9f964cf2b118fa6076b77273b7caa917 (patch)
treeb1ac77946136d0dca039fa9f1cc79a7b981e7a92 /java
parente9f69e166109e46cf1685418fb0ed8119575689f (diff)
downloadlatinime-370461ef9f964cf2b118fa6076b77273b7caa917.tar.gz
latinime-370461ef9f964cf2b118fa6076b77273b7caa917.tar.xz
latinime-370461ef9f964cf2b118fa6076b77273b7caa917.zip
Clean up a few option strings under the Advanced settings
Change-Id: If41ac016128fce401dedcab0fa7d6c23edaca158
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index ebcd3d956..689205ec1 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -422,12 +422,12 @@
<!-- 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 -->
- <string name="prefs_key_longpress_timeout_settings">Key long press delay settings</string>
- <!-- Title of the settings for keypress vibration duration -->
- <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration settings</string>
- <!-- Title of the settings for keypress sound volume -->
- <string name="prefs_keypress_sound_volume_settings">Keypress sound volume settings</string>
+ <!-- Title of the settings for key long press delay [CHAR LIMIT=30] -->
+ <string name="prefs_key_longpress_timeout_settings">Key long press delay</string>
+ <!-- Title of the settings for keypress vibration duration [CHAR LIMIT=30] -->
+ <string name="prefs_keypress_vibration_duration_settings">Keypress vibration duration</string>
+ <!-- Title of the settings for keypress sound volume [CHAR LIMIT=30] -->
+ <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>
<!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] -->