diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-12-15 19:36:03 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-15 19:36:03 -0800 |
commit | e5c9fe005e2533b10ad9eeeec9041171f15247d0 (patch) | |
tree | 43cfc17cf53709ed887506b655093f856126ae96 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 3a02b9ec882c98009ae6c24913ee8a7a620b0f87 (diff) | |
parent | 17d1d3c129c25dd27ddbf2d15ab8873a61c16658 (diff) |
Automated merge with http://demeter:8000
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4645bfea74..3d17a4e32f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -370,6 +370,19 @@ Add this Ability to '[ROLE_NAME]'? </notification> <notification + icon="alertmodal.tga" + name="AttachmentDrop" + type="alertmodal"> + You are about to drop your attachment. + Are you sure you want to continue? + <usetemplate + ignoretext="Confirm before dropping attachments" + name="okcancelignore" + notext="No" + yestext="Yes"/> + </notification> + + <notification icon="alertmodal.tga" name="ClickUnimplemented" type="alertmodal"> |