diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 76a6961b479d62720369f3c4b9f6e38a5e1d1223..645a71d0cf27b32924988b0c913a6af2c3feecdd 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -14664,7 +14664,7 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
 					strcpy(flag, "Urgent");
 				} else if (flag) {
 					ast_verb(3, "UNmarking message as Urgent\n");
-					res = ast_play_and_wait(chan, "vm-urgent-removed");
+					res = ast_play_and_wait(chan, "vm-marked-nonurgent");
 					strcpy(flag, "");
 				} else {
 					ast_play_and_wait(chan, "vm-sorry");