diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-18 21:16:22 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-09-18 21:16:22 +0100 |
commit | a634d878098cff98b0622d492f5454a1bd41cff6 (patch) | |
tree | e2078ce1afa53872c99175c84b1ced01a7b09773 /indra | |
parent | 3346281be35ab6fa3a46c7f166bb1f7da066d5e3 (diff) |
SL-790 - Handle server notification about too many attached animated objects
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e21674a085..50013656ca 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10614,6 +10614,15 @@ You are not allowed to change this shape. <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" type="notify"> <tag>fail</tag> |