diff options
author | dolphin <dolphin@lindenlab.com> | 2013-12-05 10:47:44 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-12-05 10:47:44 -0800 |
commit | b932dbd1193f911691e918f6bee96da88b3c71e5 (patch) | |
tree | e7e251f68df5d998dec94e41dd560814b6fb39c8 /indra/newview/skins/default | |
parent | 27cf0ec7f34887ada651307fe438ef0d627bf67f (diff) |
Added notification for experience declined due to maturity
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0f9a728116..0acdf100a4 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6986,9 +6986,21 @@ Is this OK? </form> </notification> <notification + icon="notify.tga" + name="ExperienceMaturityExceeded" + persist="false" + type="notify"> +You have declined participation in the following experience which exceeds your content ratings preferences: +[EXPERIENCE_SLURL] + <form name="form"> + <ignore name="ignore" + text="Experience declined due to content ratings"/> + </form> + </notification> + <notification icon="notify.tga" name="ScriptQuestionExperience" - persist="true" + persist="false" type="notify"> '<nolink>[OBJECTNAME]</nolink>', an object owned by '[NAME]', requests your participation in the [GRID_WIDE]experience: |