aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-10-11 06:31:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-11 06:31:09 -0700
commitf06fa67a3d39cfb7e80469fe79b91b8bc1f8b80c (patch)
tree1914c11d4923826355497899fec1b51841f59465 /java/res/values
parent9a79e4ee02e204ba36e88f1e048b1455d96557af (diff)
parenta86869711e5caec19d580edb086f8df1ffbf75e5 (diff)
downloadlatinime-f06fa67a3d39cfb7e80469fe79b91b8bc1f8b80c.tar.gz
latinime-f06fa67a3d39cfb7e80469fe79b91b8bc1f8b80c.tar.xz
latinime-f06fa67a3d39cfb7e80469fe79b91b8bc1f8b80c.zip
am a8686971: Merge "Add a settings to change the sound effect volume"
* commit 'a86869711e5caec19d580edb086f8df1ffbf75e5': Add a settings to change the sound effect volume
Diffstat (limited to 'java/res/values')
-rw-r--r--java/res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 8bc97f66e..e00547a62 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -342,6 +342,8 @@
<!-- Title of an option for usability study mode -->
<string name="prefs_usability_study_mode">Usability study mode</string>
- <!-- Title of the settings for vibration duration -->
- <string name="prefs_vibration_duration_settings">Vibration duration 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>
</resources>