diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-06 18:15:51 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-06 18:15:51 -0800 |
commit | a030b30d34ef3152791b123c4f52d4086f3eb549 (patch) | |
tree | 27e77628ed69c53b7eb3ff4c3205eaf10e79a0c0 /indra/newview/skins/default/xui/en/strings.xml | |
parent | c7e2f81bbf299cf884d9e687fc4a7e7f7096c877 (diff) |
DD-4, DD-5, DD-6, DD-7, DD-8: WIP : Add Merchant Items panel and make it somewhat work, in a clunky sort of way
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 9300652eaa..515e912ee5 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2219,6 +2219,11 @@ We are accessing your account on the [[MARKETPLACE_CREATE_STORE_URL] Marketplace <string name="InventoryOutboxError"> The [[MARKETPLACE_CREATE_STORE_URL] Marketplace store] is returning errors. </string> + <string name="InventoryMerchantItemsNoItemsTitle">Your Merchant Items folder is empty.</string> + <string name="InventoryMerchantItemsNoItemsTooltip"></string> + <string name="InventoryMerchantItemsNoItems"> + Drag folders to this area to list them for sale on the [[MARKETPLACE_DASHBOARD_URL] Marketplace]. + </string> <string name="Marketplace Error None">No errors</string> <string name="Marketplace Error Not Merchant">Error: Before sending items to the Marketplace you will need to set yourself up as a merchant (free of charge).</string> |