diff options
author | Merov Linden <merov@lindenlab.com> | 2014-07-26 14:44:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-07-26 14:44:04 -0700 |
commit | 51e4ad0ed0ba07328ec8415742a3f5c60afc7244 (patch) | |
tree | 75c72f396c43e9f4314f1284ee3de56bef2098f8 /indra/newview/skins/default/xui/en | |
parent | bd5da258ea4cd5557bc79f29b0034cf666d0f652 (diff) |
DD-101 : Do not list or associate listings that do not validate. Present user with relevant error when that happens.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-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 8166ba67a3..062a93f3cf 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -307,6 +307,19 @@ Initialization with the Marketplace failed because of a system or network error. </notification> <notification + icon="OutboxStatus_Error" + name="MerchantListingFailed" + type="outbox"> + Listing to Marketplace failed with error : + + '[ERROR_CODE]' + + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="ConfirmMerchantActiveChange" type="alertmodal"> |