diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-12 17:01:23 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-12 17:01:23 -0800 |
commit | ba41aea4b2813ac96cad2bae7c82da6e5eefd63a (patch) | |
tree | 3a57c449c2c37ebdea3242d0158c77751cac0740 /indra/newview/skins | |
parent | ec2b0e3af34bee7870283e5af2d16f879ad68f1b (diff) |
EXP-1795 FIX -- Update warning dialog for dragging and dropping no-copy items to Merchant Outbox
* Any drag and drop or copy operation to the merchant outbox that contains one
or more no-copy items now brings up a single modal dialog prompting the user
to move the no-copy items to the outbox or to leave them all behind.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index a7e7436256..1a4dab2ac5 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -203,14 +203,11 @@ Save changes to current clothing/body part? icon="alertmodal.tga" name="ConfirmNoCopyToOutbox" type="alertmodal"> -You don't have permission to copy this item to the Merchant Outbox. You can move it or leave it behind. - -[ITEM_NAME] +You don't have permission to copy one or more of these items to the Merchant Outbox. You can move them or leave them behind. <usetemplate - canceltext="Cancel" - name="yesnocancelbuttons" - notext="Don't move item" - yestext="Move item"/> + name="okcancelbuttons" + notext="Don't move item(s)" + yestext="Move item(s)"/> </notification> <notification |