diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-08-18 16:06:20 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-08-18 16:06:20 +0300 |
commit | 55fa4b1c37ced0a3f0b38cb17bd6da5dfbc0b69c (patch) | |
tree | f75e342e257d05c4b0f68a3f0e8bc9a356411282 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 3fda7e8c3f6566c7619eb3b0018142b56041bd6e (diff) |
MAINT-4334 FIXED Request confirmation from the user when paying another avatar to ensure that the destination avatar and L$ amount is correct and intended before the money is sent
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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 d606893fc7..55e421ebe0 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5175,6 +5175,19 @@ Warning: The 'Pay object' click action has been set, but it will only <notification icon="alertmodal.tga" + name="PayConfirmation" + type="alertmodal"> + Confirm that you want to pay L$[AMOUNT] to [TARGET]. + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm before paying" + name="okcancelignore" + notext="Cancel" + yestext="Pay"/> + </notification> + + <notification + icon="alertmodal.tga" name="OpenObjectCannotCopy" type="alertmodal"> There are no items in this object that you are allowed to copy. |