diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:42:21 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:42:21 +0300 |
commit | 327f1b8f3430100539bf010b0cd782a509fc9c1a (patch) | |
tree | ff650ce19329ffc2d5fcbf57f8f9c22250f9fed3 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 23bc4a18fe739acb4b2ca1a73ff81f6d2a52e0d4 (diff) | |
parent | 82ee49ad9ff5ca95d9f7215a959612c4efa21599 (diff) |
Merge branch 'viewer_bulky_thumbs' into marchcat/maint-Y-bulky-thumbs
# Conflicts:
# indra/newview/skins/default/xui/en/menu_viewer.xml
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d0c73f0973..9eb9f5c1c8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12115,4 +12115,31 @@ are wearing now. yestext="Save"/> </notification> + <notification + icon="alertmodal.tga" + name="ClearInventoryThumbnailsWarning" + type="alertmodal"> + You are about to remove thumbnail images from 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> + + <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> |