diff options
author | Crizzo <mail@crizzo.de> | 2014-03-10 18:47:55 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-10 18:50:39 +0100 |
commit | 13327a13a0b634e4458900a9bb3e68741da0be79 (patch) | |
tree | 5ee3a96d4ccc2141856440ce6441721d46b76c2e /phpBB/language/en | |
parent | 00f8fe24d2641823f51990b30d5a3f84884a78a6 (diff) | |
download | forums-13327a13a0b634e4458900a9bb3e68741da0be79.tar forums-13327a13a0b634e4458900a9bb3e68741da0be79.tar.gz forums-13327a13a0b634e4458900a9bb3e68741da0be79.tar.bz2 forums-13327a13a0b634e4458900a9bb3e68741da0be79.tar.xz forums-13327a13a0b634e4458900a9bb3e68741da0be79.zip |
[ticket/12106] Adds a explaination that admin/mods still able to use the board
PHPBB3-12106
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..c6e8d54e03 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. Only administrators and moderators are still able to use the board. 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', |