From cb0031880d72cde1d129175276391e91ddadae66 Mon Sep 17 00:00:00 2001
From: Glenn Glazer <coyot@lindenlab.com>
Date: Tue, 20 Oct 2015 09:22:47 -0700
Subject: [PATCH] SL-113: viewer message from simulator on illegal attachment
 point

---
 indra/newview/skins/default/xui/en/notifications.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index f847c732879..30e7caad764 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -10258,6 +10258,14 @@ Not enough script resources available to attach object!
     Cannot attach object because it is already being removed.
   </notification>
 
+  <notification
+  icon="alertmodal.tga"
+  name="IllegalAttachment"
+  type="notify">
+   <tag>fail</tag>
+   The attachment point specified is not valid and the item has been attached to the default location: chest.
+  </notification>
+
   <notification
    icon="alertmodal.tga"
    name="CantDropItemTrialUser"
-- 
GitLab