diff options
author | Andrew Polunin <apolunin@productengine.com> | 2009-11-26 19:30:41 +0200 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2009-11-26 19:30:41 +0200 |
commit | 4fcf7569cd42bf5bae73f42119aabcaea356e251 (patch) | |
tree | e5f30d2d76452be8b2663d132779a1cb1e60bbb2 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 0b129e6e3ecd1a59165604a09f180e4c8c79fc91 (diff) |
Partial fix for normal bug EXT-2619 \"Invalid IM session is opened when resident ejects a member from group\": a toast was implemented, but adding a record to the Group Chat history was not because of known issue EXT-2884 \"Initiation of a voice call should not bring text chat (p2p, ad-hoc, group)\".
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6e178ad570..79ef1d104b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -1172,6 +1172,13 @@ Eject [AVATAR_NAME] from your land? <notification icon="alertmodal.tga" + name="EjectAvatarFromGroup" + type="notify"> +You ejected [AVATAR_NAME] from group [GROUP_NAME] + </notification> + + <notification + icon="alertmodal.tga" name="AcquireErrorTooManyObjects" type="alertmodal"> ACQUIRE ERROR: Too many objects selected. |