diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-26 13:28:19 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-26 13:28:19 -0400 |
commit | ec730b66004bf9120bb5ee3eba59f0253a78d364 (patch) | |
tree | 38f9a2eb0a8b5915b147aa2e92ea5488c9541fdd /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 5c2c85c6f7f7552a184169bc5959a84efac05895 (diff) | |
parent | b3ccf0f2adb666d558cddd3cad1e548a99ea401f (diff) |
merge to latest viewer-development-havokai
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9b072f3bf8..b09fb7bbe8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7869,5 +7869,31 @@ Disabling future updates for this file. Attempted to add an invalid or unreadable image file [FNAME] which could not be opened or decoded. Attempt cancelled. </notification> - + + <notification + icon="alertmodal.tga" + name="PathfindingReturnMultipleItems" + type="alertmodal"> + You are returning [NUM_ITEMS] items. Are you sure you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Are you sure you want to return multiple items?" + name="okcancelignore" + notext="No" + yestext="Yes"/> + </notification> + + <notification + icon="alertmodal.tga" + name="PathfindingDeleteMultipleItems" + type="alertmodal"> + You are deleting [NUM_ITEMS] items. Are you sure you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Are you sure you want to delete multiple items?" + name="okcancelignore" + notext="No" + yestext="Yes"/> + </notification> + </notifications> |