diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-10 21:49:29 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-10 21:49:29 -0500 |
commit | 9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e (patch) | |
tree | 5c354cb5c89909b8dca1456ee9f3cbf841714c9c /phpBB/language/en | |
parent | ea63e1412bb5eb31d4b59d30c6e880ebc06c71c3 (diff) | |
parent | 957e9aabc379ac0a9e8deeee541fef8e6e37da72 (diff) | |
download | forums-9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e.tar forums-9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e.tar.gz forums-9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e.tar.bz2 forums-9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e.tar.xz forums-9aa947f7fbda5ffa44ab65ee90dc62400c0cb71e.zip |
Merge pull request #2105 from Crizz0/ticket/12106
[ticket/12106] Adds a explaination that admin/mods still able to use the...
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index ccd12fcb6a..f9a40c2bc7 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -44,7 +44,7 @@ $lang = array_merge($lang, array( 'DEFAULT_LANGUAGE' => 'Default language', 'DEFAULT_STYLE' => 'Default style', 'DISABLE_BOARD' => 'Disable board', - 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.', + '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.', 'OVERRIDE_STYLE' => 'Override user style', 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces user’s style with the default.', 'SITE_DESC' => 'Site description', |