summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-05-23 14:59:35 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-05-23 14:59:35 -0700
commitf34b1f7dc21be67463c66f855e94f967bd6480fb (patch)
tree7a906da4fa8f00dc2b0d363788aa6a5a618a9bde /indra/newview/skins/default/xui
parent49b48ed0b98efa1c006ebab51d729b74326ebc9b (diff)
EXP-1944: Changing the default answer for the LandClaimAccessBlocked_Change and LandBuyAccessBlocked_Change notifications.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml34
1 files changed, 24 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index 1c029827ed..79292af05c 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -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.
<tag>fail</tag>
<tag>confirm</tag>
- <usetemplate
- name="okcancelignore"
- yestext="Change Preferences"
- notext="Cancel"
- ignoretext="My chosen Rating preference prevents me from claiming Land"/>
+ <form name="form">
+ <button
+ index="0"
+ name="OK"
+ 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
@@ -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.
<tag>confirm</tag>
<tag>fail</tag>
- <usetemplate
- name="okcancelignore"
- yestext="Change Preferences"
- notext="Cancel"
- ignoretext="My chosen Rating preference prevents me from buying Land"/>
+ <form name="form">
+ <button
+ index="0"
+ name="OK"
+ 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