diff options
author | Don Kjer <don@lindenlab.com> | 2011-01-24 17:50:12 -0800 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-01-24 17:50:12 -0800 |
commit | 35b4a08ff0485bd6498dc929a99c9fd67da0e089 (patch) | |
tree | 9992cfc441eee7b483e6398e05fccf8b8ad7f994 | |
parent | 756a4e26da6cec82d48a71d05b1f43623b56313d (diff) |
Added new notifications for ER-393 and ER-394
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6f21938bdb..09e35994ad 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4831,6 +4831,20 @@ Insufficient permissions to rez object. <notification icon="notifytip.tga" + name="IMAcrossParentEstates" + type="notifytip"> +Unable to send IM across parent estates. + </notification> + + <notification + icon="notifytip.tga" + name="TransferInventoryAcrossParentEstates" + type="notifytip"> +Unable to transfer inventory across parent estates. + </notification> + + <notification + icon="notifytip.tga" name="UnableToLoadNotecard" type="notifytip"> Unable to load notecard. |