diff options
author | Kitty Barnett <develop@catznip.com> | 2017-06-02 16:44:00 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2017-06-02 16:44:00 +0200 |
commit | d7edeb2df8b225c39727bf506b4e5126852e2d5d (patch) | |
tree | 4bb5fd882b510662333565c49aaf10d115366fa1 /indra/newview/skins/default/xui/en | |
parent | 71f580e72a0f16cc4b29a7132af5be154ad128a7 (diff) |
STORM-2149: Add a warning notification when deleting a folder of filtered content
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 16bf0e344d..97f614cf62 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6010,6 +6010,22 @@ You cannot undo this action. notext="Cancel" yestext="OK"/> </notification> + + <notification + icon="alertmodal.tga" + name="DeleteFilteredItems" + type="alertmodal"> + <unique/> + Your inventory is currently filtered and not all of the items you're about to delete are currently visible. + +Are you sure you want to delete them? + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before deleting filtered items" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> <notification icon="alertmodal.tga" |