diff options
Diffstat (limited to 'phpBB/language/en/acp/common.php')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 2c549f8130..8c71e936b3 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -255,7 +255,7 @@ $lang = array_merge($lang, array(  	'MOVE_UP'				=> 'Move up',  	'NOTIFY'				=> 'Notification', -	'NO_ADMIN'				=> 'You are not authorised to administrate this board.', +	'NO_ADMIN'				=> 'You are not authorised to administer this board.',  	'NO_EMAILS_DEFINED'		=> 'No valid e-mail addresses found.',  	'NO_PASSWORD_SUPPLIED'	=> 'You need to enter your password to access the Administration Control Panel.',  | 
