diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-11-27 15:48:22 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-11-27 15:48:22 +0200 |
commit | 191c1791f4f83fee1be6e71aa9e3f246206b2e80 (patch) | |
tree | 628fbc2c37f4a992c01255dedb8b190916939de8 /indra/newview/skins/default/xui | |
parent | 2cffa46defb17feaeff53d83da9c214bb7990b93 (diff) |
SL-12356 Recast maturity-level error as a blocking modal
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index f2e6848e1a..92711d4397 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7126,12 +7126,14 @@ You can only claim public land in the Region you're in. </notification> <notification - icon="notify.tga" + icon="alertmodal.tga" name="RegionTPAccessBlocked" - persist="false" - type="notify"> + type="alertmodal"> <tag>fail</tag> The region you're trying to visit contains content exceeding your current preferences. You can change your preferences using Me > Preferences > General. + <usetemplate + name="okbutton" + yestext="OK"/> </notification> <notification |