diff options
| author | Aimee Linden <aimee@lindenlab.com> | 2010-06-08 14:41:38 +0100 | 
|---|---|---|
| committer | Aimee Linden <aimee@lindenlab.com> | 2010-06-08 14:41:38 +0100 | 
| commit | beaf688529cf6c9168c6a336b9d798fe019b7ccc (patch) | |
| tree | ad2dd2c1163a24124dab418dc6d18fd4ed5b921f | |
| parent | a62287c2b0c94a8142818a5c3348c5f55b722614 (diff) | |
| parent | fdee6dd75080fed6304db79221fac2e65d2a4e7a (diff) | |
Merge
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 59 | 
1 files changed, 31 insertions, 28 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 6d3d0f13bf..439f67e7b1 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6304,36 +6304,39 @@ Avatar '[NAME]' entered appearance mode.  Avatar '[NAME]' left appearance mode.    </notification> -    <notification +  <notification     icon="alertmodal.tga"     name="NoConnect"     type="alertmodal"> -        We're having trouble connecting using [PROTOCOL] [HOSTID]. -        Please check your network and firewall setup. -        <form name="form"> -            <button -               default="true" -               index="0" -               name="OK" -               text="OK"/> -        </form> -    </notification> +We're having trouble connecting using [PROTOCOL] [HOSTID]. +Please check your network and firewall setup. +    <form name="form"> +      <button +       default="true" +       index="0" +       name="OK" +       text="OK"/> +    </form> +  </notification> -    <notification -          icon="alertmodal.tga" -          name="NoVoiceConnect" -          type="alertmodal"> -        We're having trouble connecting your voiceserver using [HOSTID]. -        Voice communications will not be available. -        Please check your network and firewall setup. -        <form name="form"> -            <button -               default="true" -               index="0" -               name="OK" -               text="OK"/> -        </form> -    </notification> +  <notification +   icon="alertmodal.tga" +   name="NoVoiceConnect" +   type="alertmodal"> +We're having trouble connecting to your voice server: + +[HOSTID] + +Voice communications will not be available. +Please check your network and firewall setup. +    <form name="form"> +      <button +       default="true" +       index="0" +       name="OK" +       text="OK"/> +    </form> +  </notification>    <notification     icon="notifytip.tga" @@ -6361,7 +6364,7 @@ Are you sure you want to leave this call?       name="okcancelignore"       notext="No"       yestext="Yes"/> -     <unique/> +    <unique/>    </notification>    <notification @@ -6378,7 +6381,7 @@ Mute everyone?       name="okcancelignore"       yestext="Ok"       notext="Cancel"/> -     <unique/> +    <unique/>    </notification>    <global name="UnsupportedCPU">  | 
