diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 0ae8eb4328e..f16f8c98824 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -388,14 +388,16 @@
- Always
- - Only when silent
- Never
+ - Only in Silent mode
+ - Only when not in Silent mode
-
+
- - 1
- - 2
- - 0
+ - always
+ - never
+ - silent
+ - notsilent
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5bdbbf90d97..ab29f2ded6f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1022,9 +1022,9 @@
Allow vibration feedback in silent mode
- Phone vibrate
+ Vibrate
- Vibrate phone for incoming calls
+ Vibration feedback for calls and notifications
Notification ringtone
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index 23e6540750b..1091b900d60 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -31,12 +31,13 @@
android:order="1"
android:disableDependentsState="true" />
-
+
-
-