diff options
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f008042a81..412349a0d1 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6714,6 +6714,17 @@ The site at '<nolink>[HOST_NAME]</nolink>' in realm '      </form>    </notification> +  <notification + name="ModeChange" + label="" + type="alertmodal" + unique="true"> +    Changing modes requires you to quit and restart. +      <usetemplate +   name="okcancelbuttons" +   yestext="Quit" +   notext="Don't Quit"/> +    </notification>    <global name="UnsupportedCPU">  - Your CPU speed does not meet the minimum requirements.  | 
