diff options
author | Oz Linden <oz@lindenlab.com> | 2017-09-22 14:58:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-09-22 14:58:46 -0400 |
commit | 02117b8b7b12f47897efc62da8ae525d88733d08 (patch) | |
tree | f384ad7de5721eed133aff710a6a599fcdf50f8b /indra/newview/skins | |
parent | 3ceeec3afb5ca461a3af65aecb19eacf3a662e3e (diff) |
re-add support for a voice connection failure message used by damballah
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b6b58d5f4b..a314213644 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -8566,6 +8566,21 @@ Please check your network and firewall setup. </notification> <notification + icon="alertmodal.tga" + name="NoVoiceConnect-GIAB" + type="alertmodal"> +We're having trouble connecting to your voice server. + +Voice communications will not be available. +Please check your network and firewall setup. + <tag>voice</tag> + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification icon="notifytip.tga" name="AvatarRezLeftNotification" type="notifytip"> |