diff options
author | dolphin <dolphin@lindenlab.com> | 2014-02-11 15:25:00 -0800 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-02-11 15:25:00 -0800 |
commit | 8b690a3fdfb24aea23150031768e0734043195aa (patch) | |
tree | 8a76c173a8cd0af0af80dd51e7e99ec5333dafc5 /indra | |
parent | 9f633d9f084dff6af5b3129f19254bb730398250 (diff) |
Updated message for TeleportedHomeExperienceRemoved
Diffstat (limited to 'indra')
-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 |