summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDan Murphy <D.Murphy@motorola.com>2009-09-22 11:47:08 -0500
committerAmith Yamasani <yamasani@google.com>2009-09-25 11:36:45 -0700
commit22e186898e47cf35a49e73494bf11695c854d284 (patch)
tree7ae163b93475db9d8b0a08577ebd91ccb53a2b33 /res/values
parent51a81002ec11b4aa57eadf40ad10aa09248381a0 (diff)
downloadpackages_apps_settings-22e186898e47cf35a49e73494bf11695c854d284.zip
packages_apps_settings-22e186898e47cf35a49e73494bf11695c854d284.tar.gz
packages_apps_settings-22e186898e47cf35a49e73494bf11695c854d284.tar.bz2
packages/apps/Setting: Make vkey button haptics part of global haptic setting
This change ties the virtual key haptics to the global haptics settings Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e4c5b5..c67c06c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -874,6 +874,12 @@
<!-- Sound settings screen, setting option summary text when check box is clear -->
<string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
<!-- Sound settings screen, setting check box label -->
+ <string name="haptic_feedback_enable_title">Haptic feedback</string>
+ <!-- Sound settings screen, setting option summary text when check box is selected -->
+ <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
+ <!-- Sound settings screen, setting option summary text when check box is clear -->
+ <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string>
+ <!-- Sound settings screen, setting check box label -->
<string name="play_media_notification_sounds_enable_title">SD card notifications</string>
<!-- Sound settings screen, setting option summary text when check box is selected -->
<string name="play_media_notification_sounds_enable_summary_on">Play sound for SD card notifications</string>