From fd21296a18d629cd593f7766f05389b060d89b3a Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Tue, 31 Jan 2023 16:42:39 +0100 Subject: [PATCH] [ticket/17093] Change wording for _ACCESS_EXPLAIN PHPBB3-17093 --- phpBB/language/en/acp/board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 19a97a5298..c159cb30e6 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -51,7 +51,7 @@ $lang = array_merge($lang, array( 'DISABLE_BOARD' => 'Disable board', 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users who are neither administrators nor moderators. You can also enter a short (255 character) message to display if you wish.', 'DISABLE_BOARD_ACCESS' => 'Limit access to disabled board', - 'DISABLE_BOARD_ACCESS_EXPLAIN' => 'This setting limits the access to a disabled board to only administrators, or administrators plus global moderators or administrators and all moderators.', + 'DISABLE_BOARD_ACCESS_EXPLAIN' => 'This setting limits who can access a disabled board.', 'DISABLE_BOARD_ACCESS_ADMIN' => 'Only administrators', 'DISABLE_BOARD_ACCESS_ADMIN_GLOB_MODS' => 'Only administrators and global moderators', 'DISABLE_BOARD_ACCESS_ADMIN_ALL_MODS' => 'Only administrators and all moderators',