From 74707f0057c05dc4dd439302e64fe29e8ed91a32 Mon Sep 17 00:00:00 2001
From: Baker Linden <baker@lindenlab.com>
Date: Wed, 6 Nov 2013 16:14:32 -0800
Subject: [PATCH] - Fixed an issue where the role action value was not equal to
 the constant in roles_constants.h

---
 indra/newview/skins/default/xui/en/role_actions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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."
-- 
GitLab