diff options
author | simon_linden <none@none> | 2013-09-06 11:31:11 -0700 |
---|---|---|
committer | simon_linden <none@none> | 2013-09-06 11:31:11 -0700 |
commit | 6dd7e0c9ef587c6c05726d407bef8b51018a7a4b (patch) | |
tree | 66db1bbd864bc50b0a7b725fdbaebcb2a8d9ae87 | |
parent | 90b85d1c1d3e7da49e16f78f19a20108fb839e7d (diff) |
MAINT-3109 - Add "can't attach" notification to the viewer
-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 9894136808..6fd64596ad 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9513,6 +9513,14 @@ Not enough script resources available to attach object! <notification icon="alertmodal.tga" + name="CantAttachObjectBeingRemoved" + type="notify"> + <tag>fail</tag> + Cannot attach object because it is already being removed. + </notification> + + <notification + icon="alertmodal.tga" name="CantDropItemTrialUser" type="notify"> <tag>fail</tag> |