diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2009-12-15 16:27:43 -0800 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2009-12-15 16:27:43 -0800 |
commit | 4428d4039fdf42932b39a861566a7ed2d2c2c946 (patch) | |
tree | c93ed945ffff656b988e138cae25c610982183ed /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 679983b33bc2ce577e63557b56d3d94668972ea1 (diff) | |
parent | b76c4399833c202f6cc8a6fb903fee82e8fcd3f3 (diff) |
merge
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"> |