diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-05-23 22:08:56 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-05-23 22:08:56 +0300 |
commit | 8e3080dc7b8d494ea3f062f6026a39b05b94ebef (patch) | |
tree | fc6657b86847b04fb0b8c1efc57aea1e6de0b6c1 | |
parent | 2af5c766c80fd69e2b5d7e5900f4b48f8882d061 (diff) |
MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing user to leave group: added two notifications GroupDepartError and GroupDepart
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 19d7cd104a..b6f7faa988 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3775,6 +3775,28 @@ Leave Group? </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" type="alert"> |