=== indra/newview/llviewermessage.cpp
==================================================================
--- indra/newview/llviewermessage.cpp	(revision 517)
+++ indra/newview/llviewermessage.cpp	(local)
@@ -4384,6 +4384,10 @@
 		notify_cautioned_script_question(cbdata, orig, allowed);
 	}
 
+	if ( option == 2 )
+	{
+		gMuteListp->add(LLMute(cbdata->mItemID, cbdata->mObjectName, LLMute::OBJECT));
+	}
 	delete cbdata;
 }
 
=== indra/newview/skins/xui/en-us/notify.xml
==================================================================
--- indra/newview/skins/xui/en-us/notify.xml	(revision 517)
+++ indra/newview/skins/xui/en-us/notify.xml	(local)
@@ -708,6 +708,9 @@
 		<option name="No">
 			No
 		</option>
+		<option name="Mute">
+			Mute
+		</option>
 	</notify>
   <!-- the special chat messages to log when caution permissions have been granted or denied -->
   <notify name="ScriptQuestionCautionChatGranted" tip="false">
