diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-21 17:53:47 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-21 17:53:52 +0200 |
commit | d6c0e40559fa090495b237bbbacf30578ac10aac (patch) | |
tree | 33b1b8dbcac847be5c646875b9021b71c2fe989b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | d6f1ba31da4a40d62fe781419cdd7db9843f6a30 (diff) |
SL-19108 Enabled Image changing floater for folders
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d1a99133f0..ceae31967e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6094,7 +6094,21 @@ Are you sure you want to delete them? notext="Cancel" yestext="OK"/> </notification> - + + <notification + icon="alertmodal.tga" + name="DeleteThumbnail" + type="alertmodal"> + <unique/> + Delete the image for this item? There is no undo. + <tag>confirm</tag> + <usetemplate + ignoretext="Don't show me this again" + name="okcancelignore" + notext="Cancel" + yestext="Delete"/> + </notification> + <notification icon="alertmodal.tga" name="ConfirmUnlink" |