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 | 6f7294264671656de20ed6a7b08930af15333825 (patch) | |
| tree | dd93e89d3ebe36c0239fa0d8b0c29cdcbfe23f6a | |
| parent | db4d0f91584f1000c97215091fddeeb783c702d7 (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 e1194b2025..4d4251dd2c 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3747,6 +3747,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"> | 
