diff --git a/res/layout/preference_dialog_ringervolume.xml b/res/layout/preference_dialog_ringervolume.xml
index e8dc7044410..f0e8328e137 100644
--- a/res/layout/preference_dialog_ringervolume.xml
+++ b/res/layout/preference_dialog_ringervolume.xml
@@ -42,7 +42,7 @@
@@ -57,8 +57,8 @@
@@ -72,7 +72,7 @@
@@ -97,7 +97,7 @@
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 39198ef2113..4c960ecc317 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -913,20 +913,20 @@
Pulse trackball light repeatedly for new notifications
- Incoming call volume
+ Ringtone
- Notification volume
+ Notification
Use incoming call volume for notifications
Select notification ringtone
- Media volume
+ Media
Set volume for music and videos
- Alarm volume
+ Alarm
Audio settings for the attached dock
diff --git a/src/com/android/settings/RingerVolumePreference.java b/src/com/android/settings/RingerVolumePreference.java
index ddadbb64ffc..7d8c30ae300 100644
--- a/src/com/android/settings/RingerVolumePreference.java
+++ b/src/com/android/settings/RingerVolumePreference.java
@@ -60,6 +60,8 @@ public class RingerVolumePreference extends VolumePreference implements
setStreamType(AudioManager.STREAM_RING);
setDialogLayoutResource(R.layout.preference_dialog_ringervolume);
+ setDialogIcon(R.drawable.ic_settings_sound);
+
mSeekBarVolumizer = new SeekBarVolumizer[SEEKBAR_ID.length];
}