diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-11 21:25:32 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-11 21:25:32 -0700 |
commit | 140d5f0a22ab531f92b4a3a66c8229f550e1ff5c (patch) | |
tree | 0cc68023531889c4db975c40601cc259310ffd65 /indra/newview/skins/default | |
parent | 10dc6854a8f677c206aa9d3595f63223d542260e (diff) |
DD-98 : Add message with link to marketplace if listing cannot be edited
Diffstat (limited to 'indra/newview/skins/default')
-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 e30f42ae98..11c3ca14d0 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -346,6 +346,17 @@ Initialization with the Marketplace failed because of a system or network error. </notification> <notification + icon="alertmodal.tga" + name="AlertMerchantListingNotUpdated" + type="alertmodal"> +This listing could not be updated. +[[URL] Click here] to edit it on the Marketplace. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="alertmodal.tga" name="CompileQueueSaveText" type="alertmodal"> |