diff options
author | Oz Linden <oz@lindenlab.com> | 2013-07-15 15:37:45 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-07-15 15:37:45 -0400 |
commit | c18c1f2defa8109f07a5cd758dce2f6f9333c333 (patch) | |
tree | 5bb4b32f856aa5bff4e47c499eec75803c083d22 /indra/newview/skins/default/xui | |
parent | 337286cb34a3d8b1842359f3381dfc27619d222a (diff) | |
parent | 00cd82e3e56554175a4fe2faffd129bbe669185d (diff) |
merge changes for storm-1952
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 4eb6978a05..50e6c16d0f 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -506,6 +506,33 @@ Add this Ability to '[ROLE_NAME]'? notext="No" yestext="Yes"/> </notification> + + <notification + icon="alertmodal.tga" + name="EjectGroupMemberWarning" + type="alertmodal"> + You are about to eject [AVATAR_NAME] from the group. + <tag>group</tag> + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm ejecting a participant from group" + name="okcancelignore" + notext="Cancel" + yestext="Eject"/> + </notification> + <notification + icon="alertmodal.tga" + name="EjectGroupMembersWarning" + type="alertmodal"> + You are about to eject [COUNT] members from the group. + <tag>group</tag> + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm ejecting multiple members from group" + name="okcancelignore" + notext="Cancel" + yestext="Eject"/> + </notification> <notification icon="alertmodal.tga" |