diff options
author | Merov Linden <merov@lindenlab.com> | 2015-01-28 22:16:47 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-01-28 22:16:47 -0800 |
commit | 03f18a55b7836c22470033267e69f267eb1a8d18 (patch) | |
tree | 0c40f24e1b84cefb171e9efb5f165cd5a423a69c /indra/newview/skins | |
parent | 8ceb2f1bbadd5eca894117ccc90b637fa8a10c1a (diff) |
DD-320 : Special case HTTP error 422 on the Marketplace and give it a nicer error dialog
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4c6a61adfd..570a69256d 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -345,6 +345,17 @@ Initialization with the Marketplace failed because of a system or network error. <notification icon="OutboxStatus_Error" + name="MerchantUnprocessableEntity" + type="outbox"> + We are unable to list this product. Usually this is caused by missing information in the listing description form. If you continue to see this error, try again later. + + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="OutboxStatus_Error" name="MerchantListingFailed" type="outbox"> Listing to Marketplace failed with error : |