diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-09-15 15:40:29 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-09-15 15:40:29 -0700 |
commit | ec57776a23f36a9df02ee614c4f0ef20fcea0c7c (patch) | |
tree | f70a526d2269700d652e5cb620c66fc09519425c /indra/newview/skins/default | |
parent | 9184dfd9bd150ab0961e859e73a519fe9f0154a1 (diff) |
Add role action to allow hosting of events on group land
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/role_actions.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/role_actions.xml b/indra/newview/skins/default/xui/en/role_actions.xml index a6036f8b78..89aef57cca 100644 --- a/indra/newview/skins/default/xui/en/role_actions.xml +++ b/indra/newview/skins/default/xui/en/role_actions.xml @@ -108,6 +108,9 @@ <action description="Allow 'Set Home to Here' on group land" longdescription="Members in a Role with this Ability can use World menu > Landmarks > Set Home to Here on a parcel deeded to this group." name="land allow set home" value="28" /> + <action description="Allow 'Event Hosting' on group land" + longdescription="Members in a Role with this Ability can select group owned parcels as venus when hosting an event." + name="land allow host event" value="41" /> </action_set> <action_set description="These Abilities include powers to allow or restrict access to group-owned parcels, including freezing and ejecting Residents." |