diff options
author | simon@lindenlab.com <simon@lindenlab.com> | 2011-06-16 13:15:30 -0700 |
---|---|---|
committer | simon@lindenlab.com <simon@lindenlab.com> | 2011-06-16 13:15:30 -0700 |
commit | 9a02a4a1ea9634e96222cf79599d853dbef33268 (patch) | |
tree | abac88978fade4a8f0998272a1cf5c30e6431769 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | f0694e45c8d140bd93abe097ec8e8cc99630ed39 (diff) | |
parent | 50393788693578a2fe3a934faa04b382d75f1657 (diff) |
Merge with latest lindenlab/viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index ce96c488b4..9e3c3a9bac 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5655,6 +5655,15 @@ This area has building disabled. You can't build or rez objects here. <notification icon="notify.tga" + name="HiddenAVs" + persist="true" + type="notify" + unique="true"> +This parcel hides avatars from view from another parcel. You can't see others outside the parcel, and those outside are not able to see you. + </notification> + + <notification + icon="notify.tga" name="ScriptsStopped" persist="true" type="notify"> |