From 391ae4dee49b5bc9ced631a67a5e9189a6c88138 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Mon, 17 Oct 2016 15:44:40 -0700
Subject: MAINT-6837: forced sit error messages.

---
 indra/newview/skins/default/xui/en/notifications.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

(limited to 'indra')

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
@@ -10181,6 +10181,22 @@ You have been teleported by the object '[OBJECT_NAME]' owned by [OWNER_ID]
 You have been teleported by the object '[OBJECT_NAME]' owned by an unknown user.
   </notification>
 
+  <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"
-- 
cgit v1.2.3