diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-20 15:38:50 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-20 15:38:50 -0500 |
commit | 7e181025c0dc31db2d2d4eb6ccb17ee83f4dc27c (patch) | |
tree | c28ddbc0d650c7e7ca21a2fde91406c95957ef27 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | f520b1a0be95e83425b68e20b4ce6868b9a74671 (diff) |
EXT-2456 : Usability: Inventory > Clothing > context menu not intuitive
Context menu now fills in after folder contents are fetched.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0d1ed6fc64..cdf62340b2 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3932,6 +3932,18 @@ Would you like to leave Busy Mode before completing this transaction? <notification icon="alertmodal.tga" + name="ConfirmDeleteProtectedCategory" + type="alertmodal"> +The folder '[FOLDERNAME]' is a system folder. Deleting system folders can cause instability. Are you sure you want to delete it? + <usetemplate + ignoretext="Confirm before I delete a system folder" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmEmptyTrash" type="alertmodal"> Are you sure you want to permanently delete the contents of your Trash? |