diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-05-26 18:09:11 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-05-26 18:09:11 +0300 |
commit | 817ae347744eab55ee1f8084102fbc8dc5195f3a (patch) | |
tree | 5a964c22bc5cc5e4002f25e91241e09b87d44b2d /indra/newview/skins/default/xui | |
parent | f3507631eae59ea2e662150180de48efc544b8e6 (diff) |
MAINT-6438 Add new alert to viewer for too much inventory in coalesced objects
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | 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 dfde38bc5f..0e9dcae0ba 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9837,6 +9837,17 @@ You don't have permission to modify that object <notification icon="alertmodal.tga" + name="TooMuchObjectInventorySelected" + type="alertmodal"> + <tag>fail</tag> + Too many objects with large inventory are selected. Please select fewer objects and try again. + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="CantEnablePhysObjContributesToNav" type="notify"> <tag>fail</tag> |