diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-31 20:26:59 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-31 20:26:59 -0800 |
commit | 677f65b3a2f863895250f1c25f91c79e43810caf (patch) | |
tree | 234dd00c7d2a0c479e3f1f8e4cab50a753231d5d /indra/newview/skins/default/xui/en | |
parent | c8e76908d71a67355beecf22c4daa8d0a50ef08e (diff) |
MAINT-2301 : WIP : Catch a bit more 4xx and 5xx error codes, display the error code in the alert.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9dae77a304..cb6372f782 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -271,7 +271,7 @@ See the [[MARKETPLACE_IMPORTS_URL] error log] for more information. icon="OutboxStatus_Error" name="OutboxImportFailed" type="outbox"> -Transfer failed +Transfer failed with error '[ERROR_CODE]' No folders were sent to the Marketplace because of a system or network error. Try again later. @@ -284,7 +284,7 @@ No folders were sent to the Marketplace because of a system or network error. T icon="OutboxStatus_Error" name="OutboxInitFailed" type="outbox"> -Marketplace initialization failed +Marketplace initialization failed with error '[ERROR_CODE]' Initialization with the Marketplace failed because of a system or network error. Try again later. |