diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-08-09 00:00:25 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-08-09 00:00:25 +0300 |
commit | 324200dfd7d70324fe15329100140d98bb1f9b17 (patch) | |
tree | c8577cb13d5a48ddc008905eb5c90126c93211c9 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 25855962a86331a337c4baff2754c63850605aea (diff) |
CHUI-120 WIP Added notifications about newly invited chat participants.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e85637826d..2ffa2cfb22 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4948,6 +4948,20 @@ Go to your [http://secondlife.com/account/ Dashboard] to see your account histor <notification icon="alertmodal.tga" + name="ConfirmAddingChatParticipants" + type="alertmodal"> + <unique/> +When you add a person to an existing conversation, a new conversation will be created. All participants will receive new conversation notifications. + <tag>confirm</tag> + <usetemplate + ignoretext="Confirm adding chat paticipants" + name="okcancelignore" + notext="Cancel" + yestext="Ok"/> + </notification> + + <notification + icon="alertmodal.tga" name="ConfirmQuit" type="alertmodal"> <unique/> |