diff options
| author | Crizzo <mail@crizzo.de> | 2014-03-10 21:19:25 +0100 | 
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2014-03-10 21:19:25 +0100 | 
| commit | 957e9aabc379ac0a9e8deeee541fef8e6e37da72 (patch) | |
| tree | 43987a34a0ef9ffd0a39c94f2d82973817ae585d | |
| parent | 13327a13a0b634e4458900a9bb3e68741da0be79 (diff) | |
| download | forums-957e9aabc379ac0a9e8deeee541fef8e6e37da72.tar forums-957e9aabc379ac0a9e8deeee541fef8e6e37da72.tar.gz forums-957e9aabc379ac0a9e8deeee541fef8e6e37da72.tar.bz2 forums-957e9aabc379ac0a9e8deeee541fef8e6e37da72.tar.xz forums-957e9aabc379ac0a9e8deeee541fef8e6e37da72.zip  | |
[ticket/12106] Combined first and second sentence
PHPBB3-12106
| -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 c6e8d54e03..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. 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.', +	'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',  | 
