diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-04-14 21:21:29 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-04-14 21:21:29 +0300 |
commit | 11ed48abd15d0fcc1e41a9a122a081785d82f917 (patch) | |
tree | f861e876a487a071e37a039ddb0157ffc4effc71 /indra/newview/skins/default/xui/en | |
parent | d6d13e20f3c1238d4110ebfb8b43814df12e1b61 (diff) |
MAINT-5097 FIXED crash in LLFloaterPay::onGive
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 632396d58c..28565a85c6 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5277,6 +5277,17 @@ Warning: The 'Pay object' click action has been set, but it will only <notification icon="alertmodal.tga" + name="PayObjectFailed" + type="alertmodal"> + Payment failed: object was not found. + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="OpenObjectCannotCopy" type="alertmodal"> There are no items in this object that you are allowed to copy. |