diff options
Diffstat (limited to 'indra')
| -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"> | 
