diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-16 16:27:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-16 16:27:53 -0700 |
commit | 7f25bef9c4bd5bf277331040711f13eb69b9c6d1 (patch) | |
tree | cce3b8f787c97d519793c66988907626e91129e3 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 6b70b8bcdad045c2bded34478d27d048ef558534 (diff) |
MAINT-7703: Estate level switch turns of parcel environments.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9d406a14e1..f011fe0aaa 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4799,6 +4799,18 @@ Unchecking this option may remove restrictions that parcel owners have added to <notification icon="alertmodal.tga" + name="EstateParcelEnvironmentOverride" + type="alertmodal"> +Unchecking this option may remove any custom environments that parcel owners have added to their parcels. Please discuss with your parcel owners as needed. + <tag>confirm</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + + <notification + icon="alertmodal.tga" name="RegionEntryAccessBlocked" type="alertmodal"> <tag>fail</tag> |