diff --git a/res/values/strings.xml b/res/values/strings.xml
index a2862394f9..9c2d2d920b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -447,6 +447,7 @@
Select LED Blink Pattern
Select LED Color
Sound
+ Change notification sound
In-thread notifications
Play notification sound when viewing an active conversation.
Vibrate
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index cad3479bbd..b4dc14754c 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -52,6 +52,7 @@
android:dependency="pref_key_enable_notifications"
android:key="pref_key_ringtone"
android:title="@string/preferences__sound"
+ android:summary="@string/preferences__change_notification_sound"
android:ringtoneType="notification"
android:defaultValue="content://settings/system/notification_sound" />