diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 1 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index d7ec4e0ead..74b9ea466b 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5941,7 +5941,6 @@ bool process_exceptions(std::string notificationID, LLSD& llsdBlock) sStandardExceptions["HomePositionSet"] = handle_home_position_set; - sStandardExceptions["ExperienceMaturityExceeded"] = handle_experience_maturity_exceeded; } standard_exception_map_t::iterator it = sStandardExceptions.find(notificationID); diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 0acdf100a4..1afd56cc74 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6987,14 +6987,13 @@ Is this OK? </notification> <notification icon="notify.tga" - name="ExperienceMaturityExceeded" - persist="false" + name="TeleportedHomeExperienceRemoved" + persist="true" type="notify"> -You have declined participation in the following experience which exceeds your content ratings preferences: -[EXPERIENCE_SLURL] + You have been teleported from the [region_name] for removing the experience secondlife:///app/experience/[public_id]/profile and are no longer permitted in the region. <form name="form"> <ignore name="ignore" - text="Experience declined due to content ratings"/> + text="Kicked from region for removing an experience"/> </form> </notification> <notification |