diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-04 12:17:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-04 12:17:07 -0700 |
commit | 48d98b493038240b639775a93b33e4f9357e408f (patch) | |
tree | d44fd428e6e67536077980907b3f9743bd9ccc00 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | e09959df0d51eb8f4d37719d2753d2016390b25b (diff) | |
parent | dabce05d1eed47944e39438e50b3c788b7df649d (diff) |
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 105bef7321..49e2ddfb14 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3649,6 +3649,17 @@ Leave Group? </notification> <notification + icon="alertmodal.tga" + name="OwnerCannotLeaveGroup" + type="alertmodal"> + Unable to leave group. You cannot leave the group because you are the last owner of the group. Please assign another member to the owner role first. + <tag>group</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="alert.tga" name="ConfirmKick" type="alert"> |