diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2015-10-20 09:22:47 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2015-10-20 09:22:47 -0700 |
commit | cb0031880d72cde1d129175276391e91ddadae66 (patch) | |
tree | 1d1dc3179c7f38bc302fd4bf587edd056da9f45f | |
parent | eebafb37dbb5f6d59459b68f9e88b476dc93b27a (diff) |
SL-113: viewer message from simulator on illegal attachment point
-rwxr-xr-x | 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 f847c73287..30e7caad76 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10259,6 +10259,14 @@ Not enough script resources available to attach object! </notification> <notification + icon="alertmodal.tga" + name="IllegalAttachment" + type="notify"> + <tag>fail</tag> + The attachment point specified is not valid and the item has been attached to the default location: chest. + </notification> + + <notification icon="alertmodal.tga" name="CantDropItemTrialUser" type="notify"> |