diff options
author | prep linden <prep@lindenlab.com> | 2011-06-07 16:54:13 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-06-07 16:54:13 -0400 |
commit | c4c8e13ac5f555a5b9257582bcc8c3494be1de5d (patch) | |
tree | 897327da900fb002065b1e2f01f213333115d556 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | dbd619508ba45292c2cebe096494c28e74941643 (diff) | |
parent | 017da5453e92170ba37e93f364f30a9ccfbff202 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ebfed990ec..ce96c488b4 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4763,6 +4763,18 @@ Are you sure you want to delete your travel, web, and search history? notext="Cancel" yestext="OK"/> </notification> + + <notification + icon="alertmodal.tga" + name="ConfirmClearCache" + type="alertmodal"> +Are you sure you want to clear your viewer cache? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="Cancel" + yestext="OK"/> + </notification> <notification icon="alertmodal.tga" @@ -5227,6 +5239,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. |