[ticket/11184] Add note about effect of admin permissions for founders

PHPBB3-11184
This commit is contained in:
Marc Alexander 2023-07-26 21:45:31 +02:00
parent f9281f9267
commit 253ecdd3fe
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -59,7 +59,7 @@ $lang = array_merge($lang, array(
'ACL_NEVER' => 'Never', 'ACL_NEVER' => 'Never',
'ACL_SET' => 'Setting permissions', 'ACL_SET' => 'Setting permissions',
'ACL_SET_EXPLAIN' => 'Permissions are based on a simple <strong>YES</strong>/<strong>NO</strong> system. Setting an option to <strong>NEVER</strong> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <strong>NO</strong>. If values are assigned for this option elsewhere they will be used in preference, else <strong>NEVER</strong> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined.', 'ACL_SET_EXPLAIN' => 'Permissions are based on a simple <strong>YES</strong>/<strong>NO</strong> system. Setting an option to <strong>NEVER</strong> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <strong>NO</strong>. If values are assigned for this option elsewhere they will be used in preference, else <strong>NEVER</strong> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined. Please note that setting administrative permissions for founder accounts does not have any effect as admin permissions are always set to <strong>YES</strong> for founders.',
'ACL_SETTING' => 'Setting', 'ACL_SETTING' => 'Setting',
'ACL_TYPE_A_' => 'Administrative permissions', 'ACL_TYPE_A_' => 'Administrative permissions',