diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-07 16:18:32 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-07 16:18:32 +0000 |
commit | 6cdc6c236231a1f4b2ed545dc170dd52e6a9c31e (patch) | |
tree | b52b0f38897f8b4778fb8cfc0520cb9702756121 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0c800002e2bdc81d66eb7f7f7eb76448574edad8 (diff) |
SL-845 - viewer message for rez failure due to over-large animated objects
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f773ae6845..36efde1d54 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10492,6 +10492,14 @@ You have been teleported by the object '[OBJECT_NAME]' owned by an unknown user. Unable to create requested object. The region is full. </notification> + <notification + icon="alertmodal.tga" + name="CantCreateAnimatedObjectTooLarge" + type="notify"> + <tag>fail</tag> +Unable to create requested animated object because it exceeds the size limit. + </notification> + <notification icon="alertmodal.tga" name="CantAttackMultipleObjOneSpot" |