diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-03-29 18:17:59 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-03-29 18:17:59 +0300 |
commit | b1a84d955144664eb83cebbb4eb6b9f5229b0219 (patch) | |
tree | c6fb44357c65f3d25668ebe5b38856a9255c2743 /indra/newview/skins/default/xui/en/role_actions.xml | |
parent | 536a99c7aebdc42b26b150bee269edd2f430e289 (diff) |
MAINT-2929 Group Role Permission "Eject Members from this Group" Is Poorly Described
Diffstat (limited to 'indra/newview/skins/default/xui/en/role_actions.xml')
-rw-r--r-- | 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 8d058b0b53..a9523d9dca 100644 --- a/indra/newview/skins/default/xui/en/role_actions.xml +++ b/indra/newview/skins/default/xui/en/role_actions.xml @@ -6,7 +6,7 @@ <action description="Invite People to this Group" longdescription="Invite People to this Group using the 'Invite' button in the Roles section > Members tab." name="member invite" value="1" /> - <action description="Eject Members from this Group" + <action description="Eject Members belonging to the 'Everyone' role from this Group" longdescription="Eject Members from this Group using the 'Eject' button in the Roles section > Members tab. An Owner can eject anyone except another Owner. If you're not an Owner, a Member can be ejected from a group if, and only if, they're only in the Everyone Role, and NO other Roles. To remove Members from Roles, you need to have the 'Remove Members from Roles' Ability." name="member eject" value="2" /> <action description="Manage ban list" |