summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/notifications.xml
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-12-09 16:19:03 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-12-09 16:19:03 -0800
commitcc92db1f353de96f6d27863b92671b2d847536f4 (patch)
tree75dccadc2f25115712cd48040bb11c5c424ee196 /indra/newview/skins/default/xui/en/notifications.xml
parent8878a5e561f292a8afcd933eaafb2c4c65b7bf7f (diff)
Moved outbox import confirmations to window shades on the merchant outbox floater, rather than modal dialogs.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml35
1 files changed, 23 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 8d0d76b58e..b174d51421 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -212,33 +212,44 @@ Save changes to current clothing/body part?
</notification>
<notification
- icon="alertmodal.tga"
+ icon="OutboxStatus_Success"
name="OutboxImportComplete"
- type="alertmodal">
-Marketplace import complete.
+ type="outbox">
+Success
+
+All folders were successfully sent to the Marketplace.
+
<usetemplate
name="okbutton"
- yestext="Hooray!"/>
+ yestext="OK"/>
</notification>
<notification
- icon="alertmodal.tga"
+ icon="OutboxStatus_Warning"
name="OutboxImportHadErrors"
- type="alertmodal">
-Marketplace import completed with errors! Please correct the problems in your outbox and retry. Thanks.
+ type="outbox">
+Some folders did not transfer
+
+Errors occurred when some folders were sent to the Marketplace. Those folders are still in your Merchant Outbox. See the error log for more information.
+
<usetemplate
name="okbutton"
- yestext="Boo!"/>
+ yestext="OK"/>
</notification>
<notification
- icon="alertmodal.tga"
+ icon="OutboxStatus_Error"
name="OutboxImportFailed"
- type="alertmodal">
-Marketplace import failed with error [ERROR_CODE]! Please try again later. Thanks.
+ type="outbox">
+Transfer failed
+
+No folders were sent to the Marketplace because of a system or network error. Try again later.
+
+Error [ERROR_CODE]
+
<usetemplate
name="okbutton"
- yestext="Rats!"/>
+ yestext="OK"/>
</notification>