diff options
| author | Baker Linden <baker@lindenlab.com> | 2013-11-06 16:14:32 -0800 | 
|---|---|---|
| committer | Baker Linden <baker@lindenlab.com> | 2013-11-06 16:14:32 -0800 | 
| commit | 74707f0057c05dc4dd439302e64fe29e8ed91a32 (patch) | |
| tree | 8fbfd962830de9b1040d32cbf90d8e3407fc5136 /indra | |
| parent | 092ba811f99eb68c9ec3cfbaa904fcb7fd4935d3 (diff) | |
- Fixed an issue where the role action value was not equal to the constant in roles_constants.h
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/skins/default/xui/en/role_actions.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/role_actions.xml b/indra/newview/skins/default/xui/en/role_actions.xml index 0c8a043ea7..490217d3f6 100755 --- a/indra/newview/skins/default/xui/en/role_actions.xml +++ b/indra/newview/skins/default/xui/en/role_actions.xml @@ -5,7 +5,7 @@        name="Group Ban">      <action description="Manage ban list"              longdescription="Allows the group member to ban / un-ban Residents from this group." -            name="allow ban" value="49" /> +            name="allow ban" value="51" />    </action_set>  	<action_set  	     description="These Abilities include powers to add and remove group Members, and allow new Members to join without an invitation." | 
