diff --git a/phpBB/language/en/acp/permissions_phpbb.php b/phpBB/language/en/acp/permissions_phpbb.php index ab8939932b..cd84dc1e96 100644 --- a/phpBB/language/en/acp/permissions_phpbb.php +++ b/phpBB/language/en/acp/permissions_phpbb.php @@ -159,9 +159,9 @@ $lang = array_merge($lang, array( 'ACL_M_MERGE' => 'Can merge topics', 'ACL_M_INFO' => 'Can view post details', - 'ACL_M_WARN' => 'Can issue warnings
This setting is only assigned globally. It is not forum based.', // This moderator setting is only global (and not local) - 'ACL_M_PM_REPORT' => 'Can close and delete reports of private messages
This setting is only assigned globally. It is not forum based.', // This moderator setting is only global (and not local) - 'ACL_M_BAN' => 'Can manage bans
This setting is only assigned globally. It is not forum based.', // 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', + 'ACL_M_BAN' => 'Can manage bans', )); // Admin Permissions