diff --git a/res/values/keys.xml b/res/values/keys.xml
index aaec5b391..d20f23ea8 100644
--- a/res/values/keys.xml
+++ b/res/values/keys.xml
@@ -34,6 +34,8 @@
notif_default_reminder
notif_annoy
+
+ notif_vibrate
notification_ringtone
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7ba2eaac9..0e9e1bb40 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -416,6 +416,9 @@ Thanks for using Astrid!\n
Notification Icons
Choose Astrid\'s notification bar icon
+ Vibrate on Alert
+ If checked, Astrid will vibrate when sounding an alarm
+
Appearance
Colorize Task List
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 2a88cf336..f640ed123 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -16,6 +16,10 @@
android:key="@string/p_notif_annoy"
android:title="@string/prefs_annoy_title"
android:summary="@string/prefs_annoy_desc" />
+