diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 17:21:32 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-23 17:21:32 -0700 |
commit | e3ad9d06f292bb9dfdc7e9f8f9898070ce7a2810 (patch) | |
tree | e2587f27bb16ae130ab4d32be10fb5bcc6594b26 /indra/newview/skins/default/xui/en | |
parent | b83647fb0c3ce721e24b7773bfa557d9fbbaab14 (diff) |
EXP-1949: Altering the ignore text for the dialogs related to adult check.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 7b4dc0045f..072fe0d73c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -4090,7 +4090,7 @@ Are you sure you want to change the Estate Covenant? name="okcancelignore" yestext="Go to Knowledge Base" notext="Close" - ignoretext="I can't enter this Region, due to restrictions of the maturity Rating"/> + ignoretext="The region you're trying to visit contains content, which is accessible to adults only."/> </notification> <notification @@ -4126,7 +4126,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu index="1" name="Cancel" text="Cancel"/> - <ignore name="ignore" text="My chosen Rating preference prevents me from entering a Region"/> + <ignore name="ignore" text="The region you're trying to visit contains content excluded by your preferences. We can change your preferences and continue with the teleport."/> </form> </notification> @@ -4147,7 +4147,7 @@ The region you're trying to visit contains [REGIONMATURITY] content, but your cu index="1" name="Cancel" text="Cancel"/> - <ignore name="ignore" text="My chosen Rating preference prevents me from entering a Region"/> + <ignore name="ignore" text="The region you're trying to visit contains content excluded by your preferences. We can change your preferences. Then, you will need to attempt the teleport again."/> </form> </notification> @@ -4209,7 +4209,7 @@ We were unable to change your preferences to view [RATING] content at this time. name="okcancelignore" yestext="Go to Knowledge Base" notext="Close" - ignoretext="I can't claim this Land, due to restrictions of the maturity Rating"/> + ignoretext="Only adults can claim this land."/> </notification> <notification @@ -4245,7 +4245,7 @@ We were unable to change your preferences to view [RATING] content at this time. index="1" name="Cancel" text="Cancel"/> - <ignore name="ignore" text="My chosen maturity rating preference prevents me from claiming land"/> + <ignore name="ignore" text="The land you're trying to claim contains content excluded by your preferences."/> </form> </notification> @@ -4274,7 +4274,7 @@ We were unable to change your preferences to view [RATING] content at this time. name="okcancelignore" yestext="Go to Knowledge Base" notext="Close" - ignoretext="I can't buy this Land, due to restrictions of the maturity Rating"/> + ignoretext="Only adults can buy this land."/> </notification> <notification @@ -4310,7 +4310,7 @@ We were unable to change your preferences to view [RATING] content at this time. index="1" name="Cancel" text="Cancel"/> - <ignore name="ignore" text="My chosen maturity rating preference prevents me from buying land"/> + <ignore name="ignore" text="The land you're trying to buy contains content excluded by your preferences."/> </form> </notification> |