diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-03 19:46:33 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-03 19:46:33 -0700 |
commit | 86d75052f65149da6bbe1ade5ea28b6f01aaba17 (patch) | |
tree | f370706050f60f04273a28d2bf733d80c74e6523 /indra/newview/skins/default/xui | |
parent | d5cd32a2a82473d504c04b00eb105290e5d61d08 (diff) |
DD-84 : Fix all active listing modification actions. Add specific message when listing will unlist. Make update skip consistency check when called from internal level (not public API).
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4ed0bb6902..b2533b16ec 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -320,6 +320,19 @@ Initialization with the Marketplace failed because of a system or network error. </notification> <notification + icon="alertmodal.tga" + name="ConfirmMerchantUnlist" + type="alertmodal"> + This action will unlist this listing. Do you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before I unlist an active listing on the marketplace" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="CompileQueueSaveText" type="alertmodal"> |