diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-05-16 01:24:44 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-05-16 01:24:44 -0700 |
commit | 6809b5068ffd0e0daece06af5dad56c32dfe2966 (patch) | |
tree | 2d93fe506d247e981d0486549ae09f053b3d2796 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 52b624aa3db193cec0980e369be3ff1a8e5faa24 (diff) |
EXP-1928: Changing the actual copy for the teleport and maturity preference notifications.
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 59dd17ea9d..517da99a84 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4111,28 +4111,30 @@ You are not allowed in that region due to your maturity Rating. type="alertmodal"> <tag>fail</tag> <tag>confirm</tag> -You are not allowed in that Region due to your maturity Rating preference. - -To enter the desired region, please change your maturity Rating preference. This will allow you to search for and access [REGIONMATURITY] content. To undo any changes, go to Me > Preferences > General. +The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, or you can cancel this teleport. <form name="form"> <button index="0" name="OK" - text="Change Preference"/> + text="Change my preferences"/> <button default="true" index="1" name="Cancel" - text="Close"/> + text="Cancel teleport"/> <ignore name="ignore" text="My chosen Rating preference prevents me from entering a Region"/> </form> </notification> <notification - icon="notifytip.tga" + icon="alertmodal.tga" name="PreferredMaturityChanged" - type="notifytip"> -Your maturity Rating preference is now [RATING]. + type="alertmodal"> +You won't receive any more notifications that you're about to visit an [RATING] region. You may change your content preferences in the future by using Me > Preferences > General from the menu bar. + <tag>confirm</tag> + <usetemplate + name="okbutton" + yestext="OK"/> </notification> <notification |