diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index d925bf8f96..8d0d76b58e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -213,9 +213,9 @@ Save changes to current clothing/body part? <notification icon="alertmodal.tga" - name="OutboxUploadComplete" + name="OutboxImportComplete" type="alertmodal"> -Marketplace upload complete. +Marketplace import complete. <usetemplate name="okbutton" yestext="Hooray!"/> @@ -223,14 +223,24 @@ Marketplace upload complete. <notification icon="alertmodal.tga" - name="OutboxUploadHadErrors" + name="OutboxImportHadErrors" type="alertmodal"> -Marketplace upload completed with errors! Please correct the problems in your outbox and retry. Thanks. +Marketplace import completed with errors! Please correct the problems in your outbox and retry. Thanks. <usetemplate name="okbutton" yestext="Boo!"/> </notification> + <notification + icon="alertmodal.tga" + name="OutboxImportFailed" + type="alertmodal"> +Marketplace import failed with error [ERROR_CODE]! Please try again later. Thanks. + <usetemplate + name="okbutton" + yestext="Rats!"/> + </notification> + <notification |