diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2010-11-08 01:43:54 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2010-11-08 01:43:54 +0000 |
| commit | 6f3b06e2b5eec0eea6e55f5297c13f5472138857 (patch) | |
| tree | df8eabca8a808a70a219d71f2c644af3345371c2 | |
| parent | 0e731ca5dd4db23eaf290c34bd9a7df125699b16 (diff) | |
| parent | babfd0075dc9f4879e079a0c99baae8ddce4be6c (diff) | |
| download | forums-6f3b06e2b5eec0eea6e55f5297c13f5472138857.tar forums-6f3b06e2b5eec0eea6e55f5297c13f5472138857.tar.gz forums-6f3b06e2b5eec0eea6e55f5297c13f5472138857.tar.bz2 forums-6f3b06e2b5eec0eea6e55f5297c13f5472138857.tar.xz forums-6f3b06e2b5eec0eea6e55f5297c13f5472138857.zip | |
Merge branch 'ticket/sa007/9883' into develop-olympus
* ticket/sa007/9883:
[ticket/9883] Change an American English spelling to British English.
| -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', |
