summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-09-01 16:49:35 -0700
committerMerov Linden <merov@lindenlab.com>2014-09-01 16:49:35 -0700
commit7643a0571ebd92a31ac293cea18d21a160e3d46f (patch)
treec38e8df330e3abe407f64bec021ecfb82f040990 /indra/newview/skins/default/xui/en
parenta13b266a8ba50d8f7e482d84fc59f79421dba036 (diff)
DD-168 : Display an error message when SLM transactions fail
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-xindra/newview/skins/default/xui/en/notifications.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 02009e63e0..900ed0f77a 100755
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -305,7 +305,21 @@ Initialization with the Marketplace failed because of a system or network error.
name="okbutton"
yestext="OK"/>
</notification>
-
+
+ <notification
+ icon="OutboxStatus_Error"
+ name="MerchantTransactionFailed"
+ type="outbox">
+ Transaction with the Marketplace failed with error :
+
+ Reason : &apos;[ERROR_REASON]&apos;
+ [ERROR_DESCRIPTION]
+
+ <usetemplate
+ name="okbutton"
+ yestext="OK"/>
+ </notification>
+
<notification
icon="OutboxStatus_Error"
name="MerchantListingFailed"