diff options
| -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 5c896b8511..804235518e 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10262,6 +10262,22 @@ You have been teleported by the object '[OBJECT_NAME]' owned by an unknown user.    <notification     icon="alertmodal.tga" +   name="StandDeniedByObject" +   type="notify"> +    <tag>fail</tag> +'[OBJECT_NAME]' will not allow you to stand at this time. +  </notification> + +  <notification +   icon="alertmodal.tga" +   name="ResitDeniedByObject" +   type="notify"> +    <tag>fail</tag> +'[OBJECT_NAME]' will not allow you to change your seat at this time. +  </notification> + +  <notification +   icon="alertmodal.tga"     name="CantCreateObjectRegionFull"     type="notify">     <tag>fail</tag> | 
