diff options
author | Merov Linden <merov@lindenlab.com> | 2014-12-26 17:37:48 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-12-26 17:37:48 -0800 |
commit | edbd73b8364f66bfce24701db5cb160ecc89e37d (patch) | |
tree | 2fe8e5c544d00efdd360b19dc3fc9cb28888c06e /indra/newview/skins/default | |
parent | ddb9d0eeadd9d73a2719dbec2feb9c9226e2f00e (diff) |
DD-296 : Prompt the user when trying to copy a selection containing nocopy items to the marketplace
Diffstat (limited to 'indra/newview/skins/default')
-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 bb7f296285..6c97772d85 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -397,6 +397,19 @@ Initialization with the Marketplace failed because of a system or network error. <notification icon="alertmodal.tga" + name="ConfirmCopyToMarketplace" + type="alertmodal"> + No copy items contained in that selection will not be copied to the Marketplace. Do you want to continue? + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before I try to copy a selection containing no copy items to the marketplace" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmMerchantUnlist" type="alertmodal"> This action will unlist this listing. Do you want to continue? |