diff options
author | SA007 <sa007@phpbbdevelopers.net> | 2010-11-08 01:07:21 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-11-08 01:29:46 +0000 |
commit | babfd0075dc9f4879e079a0c99baae8ddce4be6c (patch) | |
tree | df8eabca8a808a70a219d71f2c644af3345371c2 | |
parent | 0e731ca5dd4db23eaf290c34bd9a7df125699b16 (diff) | |
download | forums-babfd0075dc9f4879e079a0c99baae8ddce4be6c.tar forums-babfd0075dc9f4879e079a0c99baae8ddce4be6c.tar.gz forums-babfd0075dc9f4879e079a0c99baae8ddce4be6c.tar.bz2 forums-babfd0075dc9f4879e079a0c99baae8ddce4be6c.tar.xz forums-babfd0075dc9f4879e079a0c99baae8ddce4be6c.zip |
[ticket/9883] Change an American English spelling to British English.
PHPBB3-9883
-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 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', |