From a634d878098cff98b0622d492f5454a1bd41cff6 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Mon, 18 Sep 2017 21:16:22 +0100
Subject: [PATCH] SL-790 - Handle server notification about too many attached
 animated objects

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

diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index e21674a085e..50013656ca6 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -10612,6 +10612,15 @@ Your access privileges don't allow you to duplicate objects here.
 You are not allowed to change this shape.
   </notification>
 
+  <notification
+   icon="alertmodal.tga"
+   name="NoPermsTooManyAttachedAnimatedObjects"
+   type="notify">
+   <tag>fail</tag>
+Operation would cause the number of attached animated objects to exceed the limit.
+  </notification>
+
+
   <notification
    icon="alertmodal.tga"
    name="NoAccessToClaimObjects"
-- 
GitLab