diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-08-21 10:58:52 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-08-21 10:58:52 -0700 |
commit | d2bb4cd19d3a044276cc4c60770cff607d697b35 (patch) | |
tree | 32b4ded498bd2da31e6977cb7f208389925824de /indra/newview/skins | |
parent | 2830d5c09e3bb3fb81752de9027bfbee5edd0cc7 (diff) |
SL-20172: Add in an 'Are you sure Y/N' type dialog before writing thumbnails (as well as for clearing thumbnails) since it's also a destructive, non-undoiable operation
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 45020163ef..ca9f2c07e8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12087,5 +12087,17 @@ Would you like to save them first? notext="No" yestext="Yes"/> </notification> - + <notification + icon="alertmodal.tga" + name="WriteInventoryThumbnailsWarning" + type="alertmodal"> + You are about to overwrite thumbnail images for some or all of the inventory items in the list. This change cannot be undone. + + Would you like to proceed? + <tag>confirm</tag> + <usetemplate + name="okcancelbuttons" + notext="No" + yestext="Yes"/> + </notification </notifications> |