diff options
author | Richard Linden <none@none> | 2011-03-02 21:29:36 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-02 21:29:36 -0800 |
commit | 0e87f37161a7b8c5df4f27b0f3a491c3b6546f66 (patch) | |
tree | 6b31dbf4402e5ff61e9bb93b2925a9cd4833242b /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 92403b4ea1c02d378a1157e8912f1e3976ba3772 (diff) |
SOCIAL-623 FIX World map accessible from classified and picks in web profile in minimal skin
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 b0aacb67bf..50193a198b 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7126,6 +7126,20 @@ The site at '<nolink>[HOST_NAME]</nolink>' in realm ' notext="Don't Quit"/> </notification> + <notification + name="NoWorldMap" + label="" + type="alertmodal" + unique="true"> + <tag>fail</tag> + <tag>confirm</tag> + Viewing of the world map is only available in Standard mode. Would you like to logout and change modes? + <usetemplate + name="okcancelbuttons" + yestext="Quit" + notext="Don't Quit"/> + </notification> + <global name="UnsupportedCPU"> - Your CPU speed does not meet the minimum requirements. </global> |