mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/15325] Remove no longer needed note about permissions being global
PHPBB3-15325
This commit is contained in:
parent
8dd6b5373d
commit
42108b5e11
1 changed files with 3 additions and 3 deletions
|
@ -159,9 +159,9 @@ $lang = array_merge($lang, array(
|
||||||
'ACL_M_MERGE' => 'Can merge topics',
|
'ACL_M_MERGE' => 'Can merge topics',
|
||||||
|
|
||||||
'ACL_M_INFO' => 'Can view post details',
|
'ACL_M_INFO' => 'Can view post details',
|
||||||
'ACL_M_WARN' => 'Can issue warnings<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
|
'ACL_M_WARN' => 'Can issue warnings',
|
||||||
'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
|
'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages',
|
||||||
'ACL_M_BAN' => 'Can manage bans<br /><em>This setting is only assigned globally. It is not forum based.</em>', // This moderator setting is only global (and not local)
|
'ACL_M_BAN' => 'Can manage bans',
|
||||||
));
|
));
|
||||||
|
|
||||||
// Admin Permissions
|
// Admin Permissions
|
||||||
|
|
Loading…
Add table
Reference in a new issue