diff options
author | dolphin <dolphin@lindenlab.com> | 2014-04-24 14:00:15 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-04-24 14:00:15 -0700 |
commit | 80fcd6d9d42377fc09928eb99f26e6287c4b544d (patch) | |
tree | cb8d8ed40b6ebcc2bf150c2959b94c8af6234395 /indra/newview/skins/default | |
parent | f515e2b1ee601958ba642d638e929daf7ff6e92a (diff) |
If an agent fails to teleport into a region with trusted experiences and they
pass all other checks then a list of experiences will be presented to them.
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | 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 d20d94d619..5e966395dc 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7072,6 +7072,17 @@ Unable to acquire a new experience: <notification icon="notify.tga" + name="TrustedExperiencesAvailable" + persist="false" + type="notify"> +You do not have access to this destination. You may be allowed into the region by Accepting an experience below: + +[EXPERIENCE_LIST] + </notification> + + + <notification + icon="notify.tga" name="ExperienceEvent" persist="false" type="notifytip"> |