diff options
author | Merov Linden <merov@lindenlab.com> | 2015-06-09 19:44:03 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-06-09 19:44:03 -0700 |
commit | 84a7394ae03608556b5974ca1bdfc280cf5874b7 (patch) | |
tree | 2a5889fc44d1e2a77c0bf4cab03a219bb8d38515 /indra/newview/skins | |
parent | 2cc3ce72b3f7abf037e554b04850e627a9d8eb5f (diff) |
DD-412 : WIP : Validate a listing before creating a listing on SLM
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | 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 398a06726c..5fc23b6d4b 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -388,6 +388,18 @@ Initialization with the Marketplace failed because of a system or network error. <notification icon="alertmodal.tga" + name="MerchantForceValidateListing" + type="alertmodal"> + In order to create your listing, we fixed the hierarchy of your listing contents. + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm when creating a listing validates the content" + name="okignore" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmMerchantActiveChange" type="alertmodal"> This action will change the active content of this listing. Do you want to continue? |