From 6f7294264671656de20ed6a7b08930af15333825 Mon Sep 17 00:00:00 2001 From: maksymsproductengine <maksymsproductengine@lindenlab.com> Date: Fri, 23 May 2014 22:08:56 +0300 Subject: MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing user to leave group: added two notifications GroupDepartError and GroupDepart --- .../newview/skins/default/xui/en/notifications.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'indra/newview/skins') diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e1194b2025..4d4251dd2c 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3746,6 +3746,28 @@ Leave Group? yestext="OK"/> </notification> + <notification + icon="aler.tga" + name="GroupDepartError" + type="alert"> +Unable to leave this group. + <tag>reason</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alert.tga" + name="GroupDepart" + type="alert"> +You have left the group [group_name]. + <tag>group_name</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + <notification icon="alert.tga" name="ConfirmKick" -- cgit v1.2.3