diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-12 09:50:08 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-12 09:50:08 -0700 |
commit | 9fe5728b4385ead4a4c74eed7917d93060510cdb (patch) | |
tree | f8b0469ca14ce93f6b16215190a845cf963394cb /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 34c12d009c232917732e6eeb452da7e76b2ee12e (diff) |
Show ignored items when updating an experience profile
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index b7d5940434..e0cc2229d5 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7006,10 +7006,48 @@ Unable to acquire a new experience: yestext="OK"/> </notification> + <notification + icon="notify.tga" + name="NotInGroupExperienceProfileMessage" + persist="false" + type="notify"> + A change to the experience group was ignored because the owner is not a member of the selected group. + </notification> + + <notification + icon="notify.tga" + name="UneditableExperienceProfileMessage" + persist="false" + type="notify"> + The uneditable field '[field]' was ignored when updating the experience profile. + </notification> + + <notification + icon="notify.tga" + name="RestrictedToOwnerExperienceProfileMessage" + persist="false" + type="notify"> + Ignored changes to the field '[field]' which can only be set by the experience owner. + </notification> + <notification + icon="notify.tga" + name="MaturityRatingExceedsOwnerExperienceProfileMessage" + persist="false" + type="notify"> + You may not set the maturity rating of an experience higher than that of the owner. + </notification> <notification icon="notify.tga" + name="RestrictedTermExperienceProfileMessage" + persist="false" + type="notify"> + The following terms prevented the update of the experience profile name and/or description: [extra_info] + </notification> + + <notification + icon="notify.tga" name="TeleportedHomeExperienceRemoved" persist="false" type="notify"> |