From babfd0075dc9f4879e079a0c99baae8ddce4be6c Mon Sep 17 00:00:00 2001 From: SA007 Date: Mon, 8 Nov 2010 01:07:21 +0000 Subject: [PATCH] [ticket/9883] Change an American English spelling to British English. PHPBB3-9883 --- 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 e76009a063..753decd517 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -314,7 +314,7 @@ $lang = array_merge($lang, array( 'CAPTCHA_PREVIEW_EXPLAIN' => 'The plugin as it would look like using the current selection.', 'CAPTCHA_SELECT' => 'Installed plugins', - 'CAPTCHA_SELECT_EXPLAIN' => 'The dropdown holds the plugins recognized by the board. Grey entries are not available right now and might need configuration prior to use.', + 'CAPTCHA_SELECT_EXPLAIN' => 'The dropdown holds the plugins recognised by the board. Grey entries are not available right now and might need configuration prior to use.', 'CAPTCHA_CONFIGURE' => 'Configure plugins', 'CAPTCHA_CONFIGURE_EXPLAIN' => 'Change the settings for the selected plugin.', 'CONFIGURE' => 'Configure',