diff options
author | Merov Linden <merov@lindenlab.com> | 2011-05-03 17:35:38 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-05-03 17:35:38 -0700 |
commit | a14172dd40fa11196950f391e4fc945e432122bf (patch) | |
tree | 77b35f76528e7ef4f0af2150b40686032707f4d8 /indra/newview/skins/default | |
parent | 45145fe7e2b6855b08b2ab94f07e852ef7ffffa3 (diff) | |
parent | 9120a9bf29f103556c051f65dfb16f303f35cba2 (diff) |
Sync with viewer-experience
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3fb3717e68..8c18d1233f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7144,7 +7144,21 @@ The site at '<nolink>[HOST_NAME]</nolink>' in realm ' yestext="Quit" notext="Don't Quit"/> </notification> - + + <notification + name="NoPlaceInfo" + label="" + type="alertmodal" + unique="true"> + <tag>fail</tag> + <tag>confirm</tag> + Viewing place profile is only available in Advanced mode. Would you like to quit and change modes? The mode selector can be found on the login screen. + <usetemplate + name="okcancelbuttons" + yestext="Quit" + notext="Don't Quit"/> + </notification> + <notification name="NoPicks" label="" |