diff options
author | Rider Linden <rider@lindenlab.com> | 2016-10-17 15:44:40 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-10-17 15:44:40 -0700 |
commit | 391ae4dee49b5bc9ced631a67a5e9189a6c88138 (patch) | |
tree | 482bec91a16e102cf3fe8ad35d80cf80ae805f84 /indra | |
parent | 38d06dcce66ce3a7f5a7a1521f0305dbc0ea0bc5 (diff) |
MAINT-6837: forced sit error messages.
Diffstat (limited to 'indra')
-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 b2425649a4..28c2df9739 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10183,6 +10183,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> |