diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 15:52:48 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 15:52:48 -0700 |
commit | b83647fb0c3ce721e24b7773bfa557d9fbbaab14 (patch) | |
tree | 1a5daf215cdbbb7a4433484962b61b128a50352e /indra/newview/skins/default/xui/en | |
parent | 85cfaf021eeb27f40fd288c8aee38cf12b9046d8 (diff) |
EXP-1947: Altering notification toasts in the case of a teen user.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 79292af05c..7b4dc0045f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4078,7 +4078,7 @@ Are you sure you want to change the Estate Covenant? <notification icon="alertmodal.tga" - name="RegionEntryAccessBlocked_KB" + name="RegionEntryAccessBlocked_AdultsOnlyContent" type="alertmodal"> <tag>fail</tag> <tag>confirm</tag> @@ -4102,6 +4102,14 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu </notification> <notification + icon="notifytip.tga" + name="RegionEntryAccessBlocked_NotifyAdultsOnly" + type="notifytip"> + <tag>fail</tag> + The region you're trying to visit contains content, which is accessible to adults only. + </notification> + + <notification icon="alertmodal.tga" name="RegionEntryAccessBlocked_ChangeAndReTeleport" type="alertmodal"> @@ -4189,7 +4197,7 @@ We were unable to change your preferences to view [RATING] content at this time. <notification icon="alertmodal.tga" - name="LandClaimAccessBlocked_KB" + name="LandClaimAccessBlocked_AdultsOnlyContent" type="alertmodal"> Only adults can claim this land. <tag>fail</tag> @@ -4213,6 +4221,14 @@ We were unable to change your preferences to view [RATING] content at this time. </notification> <notification + icon="notifytip.tga" + name="LandClaimAccessBlocked_NotifyAdultsOnly" + type="notifytip"> + <tag>fail</tag> + The land you're trying to claim contains content, which is accessible to adults only. + </notification> + + <notification icon="alertmodal.tga" name="LandClaimAccessBlocked_Change" type="alertmodal"> @@ -4246,7 +4262,7 @@ We were unable to change your preferences to view [RATING] content at this time. <notification icon="alertmodal.tga" - name="LandBuyAccessBlocked_KB" + name="LandBuyAccessBlocked_AdultsOnlyContent" type="alertmodal"> Only adults can buy this land. <tag>confirm</tag> @@ -4270,6 +4286,14 @@ We were unable to change your preferences to view [RATING] content at this time. </notification> <notification + icon="notifytip.tga" + name="LandBuyAccessBlocked_NotifyAdultsOnly" + type="notifytip"> + <tag>fail</tag> + The land you're trying to buy contains content, which is accessible to adults only. + </notification> + + <notification icon="alertmodal.tga" name="LandBuyAccessBlocked_Change" type="alertmodal"> |