diff options
author | Merov Linden <merov@lindenlab.com> | 2014-12-18 22:16:44 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-12-18 22:16:44 -0800 |
commit | d0d5a6a15cf3c573c89ce590030c7a150b19dd05 (patch) | |
tree | cad972c1b0ce95e343aea30a29565594b83ea3b7 /indra/newview/skins | |
parent | 00f3850fe2e2527f7f0f663f94cdabc83949b946 (diff) |
DD-286 : Made stock folders in inventory do checking on paste and drop. Also prevent creation of items in stock folders
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 06aafe45e4..cce166a8bd 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -305,6 +305,19 @@ Initialization with the Marketplace failed because of a system or network error. <notification icon="OutboxStatus_Error" + name="StockPasteFailed" + type="outbox"> + Copy or move to Stock Folder failed with error : + + '[ERROR_CODE]' + + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="OutboxStatus_Error" name="MerchantPasteFailed" type="outbox"> Copy or move to Marketplace Listings failed with error : |