diff options
author | Merov Linden <merov@lindenlab.com> | 2015-01-27 23:19:51 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-01-27 23:19:51 -0800 |
commit | f1c9536401016052bbee84c6ff178fa0d466bc78 (patch) | |
tree | 02a5f3d317a8bf05f52e0d7a15171de6361de76c /indra/newview/skins/default/xui | |
parent | 4fdaa7fc561e9e05751373160434a61151c2b75e (diff) |
DD-296 : Add options to move or leave behind no copy items when copying a folder to the marketplace
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 89aa69cfb4..4c6a61adfd 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -399,13 +399,14 @@ Initialization with the Marketplace failed because of a system or network error. icon="alertmodal.tga" name="ConfirmCopyToMarketplace" type="alertmodal"> - No copy items contained in that selection will not be copied to the Marketplace. Do you want to continue? + You don't have permission to copy one or more of these items to the Marketplace. You can move them or leave them behind. <tag>confirm</tag> <usetemplate ignoretext="Confirm before I try to copy a selection containing no copy items to the marketplace" - name="okcancelignore" - notext="Cancel" - yestext="OK"/> + name="yesnocancelbuttons" + yestext="Move item(s)" + notext="Don't move item(s)" + canceltext="Cancel"/> </notification> <notification |