diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-25 17:48:21 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-25 17:48:21 -0700 |
commit | 403ed9656bf4c0c92004cce44d08972b9bd6ee43 (patch) | |
tree | 893fd0d63a913c576442fa4462afa37a62c24c32 /indra/newview/skins/default/xui | |
parent | 3c2a4da3a6a2630de7ad6a526b3190ecfccceff0 (diff) |
EXP-1942,EXP-1945: More robust handling and syncing of the maturity preference.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | 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 072fe0d73c..eb050c1334 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4186,6 +4186,17 @@ We were unable to change your preferences to view [RATING] content at this time. <notification icon="alertmodal.tga" + name="MaturityChangeError" + type="alertmodal"> + We were unable to change your preferences to view [PREFERRED_MATURITY] content at this time. Your preferences have been reset to view [ACTUAL_MATURITY] content. You may attempt to change your preferences again by using Me > Preferences > General from the menu bar. + <tag>confirm</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" name="LandClaimAccessBlocked" type="alertmodal"> The land you're trying to claim has a maturity rating exceeding your current preferences. You can change your preferences using Me > Preferences > General. |