diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-05-17 11:52:45 -0700 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-17 11:52:45 -0700 | 
| commit | 9d8bf7f401230386a723055d54dd9dbb2be7a037 (patch) | |
| tree | 45a4297b76b30538876a05d5ad9151ea91de76d2 | |
| parent | 8f930cf296230306ae59574945106d7fd67826a1 (diff) | |
EXP-1928: Implementing copy changes to notifications.
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 517da99a84..649d1982b1 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4102,7 +4102,7 @@ Go to the Knowledge Base for more information about maturity Ratings?     name="RegionEntryAccessBlocked_Notify"     type="notifytip">     <tag>fail</tag> -You are not allowed in that region due to your maturity Rating. +    The region you're trying to visit contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content.    </notification>    <notification @@ -4111,17 +4111,17 @@ You are not allowed in that region due to your maturity Rating.     type="alertmodal">     <tag>fail</tag>      <tag>confirm</tag> -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. +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 and continue with the teleport, or you can cancel this teleport.  	 <form name="form">        <button         index="0"         name="OK" -       text="Change my preferences"/> +       text="Change and continue"/>        <button         default="true"         index="1"         name="Cancel" -       text="Cancel teleport"/> +       text="Cancel"/>         <ignore name="ignore" text="My chosen Rating preference prevents me from entering a Region"/>      </form>    </notification> @@ -4130,7 +4130,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu     icon="alertmodal.tga"     name="PreferredMaturityChanged"     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. +You won't receive any more notifications that you're about to visit a region with [RATING] content.  You may change your content preferences in the future by using Me > Preferences > General from the menu bar.    <tag>confirm</tag>      <usetemplate       name="okbutton"  | 
