Skip to content
Snippets Groups Projects
Commit f34b1f7d authored by Todd Stinson's avatar Todd Stinson
Browse files

EXP-1944: Changing the default answer for the LandClaimAccessBlocked_Change...

EXP-1944: Changing the default answer for the LandClaimAccessBlocked_Change and LandBuyAccessBlocked_Change notifications.
parent 49b48ed0
No related branches found
No related tags found
No related merge requests found
...@@ -4219,11 +4219,18 @@ We were unable to change your preferences to view [RATING] content at this time. ...@@ -4219,11 +4219,18 @@ We were unable to change your preferences to view [RATING] content at this time.
The land you're trying to claim contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try claiming the land again. The land you're trying to claim contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try claiming the land again.
<tag>fail</tag> <tag>fail</tag>
<tag>confirm</tag> <tag>confirm</tag>
<usetemplate <form name="form">
name="okcancelignore" <button
yestext="Change Preferences" index="0"
notext="Cancel" name="OK"
ignoretext="My chosen Rating preference prevents me from claiming Land"/> text="Change preferences"/>
<button
default="true"
index="1"
name="Cancel"
text="Cancel"/>
<ignore name="ignore" text="My chosen maturity rating preference prevents me from claiming land"/>
</form>
</notification> </notification>
<notification <notification
...@@ -4269,11 +4276,18 @@ We were unable to change your preferences to view [RATING] content at this time. ...@@ -4269,11 +4276,18 @@ We were unable to change your preferences to view [RATING] content at this time.
The land you're trying to buy contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try buying the land again. The land you're trying to buy contains [REGIONMATURITY] content, but your current preferences are set to exclude [REGIONMATURITY] content. We can change your preferences, then you can try buying the land again.
<tag>confirm</tag> <tag>confirm</tag>
<tag>fail</tag> <tag>fail</tag>
<usetemplate <form name="form">
name="okcancelignore" <button
yestext="Change Preferences" index="0"
notext="Cancel" name="OK"
ignoretext="My chosen Rating preference prevents me from buying Land"/> text="Change preferences"/>
<button
default="true"
index="1"
name="Cancel"
text="Cancel"/>
<ignore name="ignore" text="My chosen maturity rating preference prevents me from buying land"/>
</form>
</notification> </notification>
<notification <notification
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment