diff options
author | Richard Linden <none@none> | 2011-02-23 16:41:17 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-23 16:41:17 -0800 |
commit | 0a05dff824beee98ded1ee1427597dbe30b630ea (patch) | |
tree | 219c529f9ca96eb106a172c7ef2df6184235b6bc /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 7a69d736b5e9e725cda9e9892b37d112883fd835 (diff) |
SOCIAL-547 WIP Add skin selection dropdown to login screen
add confirmation dialog to mode change
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-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. |