diff options
author | voidpointer <none@none> | 2012-10-18 15:11:22 -0700 |
---|---|---|
committer | voidpointer <none@none> | 2012-10-18 15:11:22 -0700 |
commit | 48b2dbcd65e72994054b9e525c0e45e346a981fb (patch) | |
tree | 9248e199cf01e9e6c9a48aaf37447200754eed72 /indra/newview/skins | |
parent | 9b7bfcf594a8388eae087886c53ead164251c62e (diff) |
MAINT-1615 - Something invisible pushes avatars around on Dore
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 232ed2dcb4..c32e23d553 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9960,5 +9960,12 @@ Inventory creation on in-world object failed. An internal error prevented us from properly updating your viewer. The L$ balance or parcel holdings displayed in your viewer may not reflect your actual balance on the servers. </notification> + <notification + icon="alertmodal.tga" + name="LargePrimAgentIntersect" + type="notify"> + <tag>fail</tag> +Cannot create large prims that intersect other players. Please re-try when other players have moved. + </notification> </notifications> |