diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 13:55:02 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 13:55:02 -0500 |
commit | dedda64d70f58dcd8dcab4ecf4f2ab0fd159adf0 (patch) | |
tree | 1f43c166bf54c0af93cb98ae101df7002f409a2f /indra/newview/skins/default/xui/en | |
parent | 09aedbb7a9b4bfa56b7acd3250d10c483a5ac219 (diff) | |
parent | b6a201f7020a454da86143402da471e24ae3b36f (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f2473e98d3..d1838fc7ef 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5962,6 +5962,22 @@ You have updated the location of this pick but the other details will retain the <notification icon="alertmodal.tga" + name="ApplyInventoryToObject" + type="alertmodal"> +You are applying 'no copy' inventory item. +This item will be moved to object's inventory, not copied. + +Move the inventory item? + <tag>confirm</tag> + <usetemplate + ignoretext="Warn me before I apply 'no-copy' items to an object" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="MoveInventoryFromObject" type="alertmodal"> You have selected 'no copy' inventory items. |