diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-08 15:20:46 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-12-08 15:20:46 +0000 |
commit | 6c13bc016aa47354f69a1e4777d9adf3f7a8c14e (patch) | |
tree | 0d370d6728d020f2d266cbb86a54d67051c6cfcb /indra | |
parent | 5cbe0578800c8d9b9c497b08370f23ee1f2c109e (diff) | |
parent | 6cdc6c236231a1f4b2ed545dc170dd52e6a9c31e (diff) |
merge
Diffstat (limited to 'indra')
-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" |