diff --git a/doc/contributions.txt b/doc/contributions.txt
index 89390d9977e99888d6e4e6cb51281f5d4d84fdf9..d1147394f827dddbc01facc92988c2e382012d30 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -691,6 +691,7 @@ Jonathan Yap
 	STORM-1987
 	STORM-1986
 	STORM-1981
+	STORM-2015
 Kadah Coba
 	STORM-1060
     STORM-1843
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 267aa9532c3ab5c07cc92efadd4e64ebdd836828..d1524b74cdb56c801f572b577af5cd300aeb8f2e 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -5985,7 +5985,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem)
 				}
 			}
 
-			send_sound_trigger(LLUUID(gSavedSettings.getString("UISndRestart")), 1.0f);
+			make_ui_sound("UISndRestart");
 		}
 
 		LLNotificationsUtil::add(notificationID, llsdBlock);