diff options
author | simon <none@none> | 2013-07-19 13:30:48 -0700 |
---|---|---|
committer | simon <none@none> | 2013-07-19 13:30:48 -0700 |
commit | 53471d762d956c4fedc85df324c84bf306d08d21 (patch) | |
tree | dbdb2cbb00d385a5a8ba347f2428618fbfb7c2e9 /indra | |
parent | 519cc4f93daed93f15bfa762ba09a9ba664dbdd6 (diff) |
MAINT-2908 : Add RegionAboutToShutdown alert to viewer
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 340d5f896a..99824862e2 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6273,13 +6273,22 @@ You can only claim public land in the Region you're in. <notification icon="notify.tga" name="RegionTPAccessBlocked" - persist="true" + persist="false" type="notify"> <tag>fail</tag> The region you're trying to visit contains content exceeding your current preferences. You can change your preferences using Me > Preferences > General. </notification> <notification + icon="notify.tga" + name="RegionAboutToShutdown" + persist="false" + type="notify"> + <tag>fail</tag> + The region you're trying to enter is about to shut down. + </notification> + + <notification icon="notify.tga" name="URBannedFromRegion" persist="true" |