diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-02-08 04:49:39 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-02-08 04:49:39 +0000 |
commit | 12c605755f933761e29b5c357298f9287b18e342 (patch) | |
tree | 95c9baf401de0b04bb02f3e50d7720ad070dd8b6 | |
parent | 24284c4224bc164407efed085320b8cf53213055 (diff) | |
download | forums-12c605755f933761e29b5c357298f9287b18e342.tar forums-12c605755f933761e29b5c357298f9287b18e342.tar.gz forums-12c605755f933761e29b5c357298f9287b18e342.tar.bz2 forums-12c605755f933761e29b5c357298f9287b18e342.tar.xz forums-12c605755f933761e29b5c357298f9287b18e342.zip |
Be uniform
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9319 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 958d311065..bb999d84ac 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -244,7 +244,7 @@ $lang = array_merge($lang, array( 'CAPTCHA_GD_Y_GRID' => 'GD CAPTCHA background noise y-axis', 'CAPTCHA_GD_Y_GRID_EXPLAIN' => 'Use lower settings of this to make the GD based CAPTCHA harder. 0 will disable y-axis background noise.', 'CAPTCHA_GD_WAVE' => 'GD CAPTCHA wave distortion', - 'CAPTCHA_GD_WAVE_EXPLAIN' => 'This applies a wave distortion to the captcha.', + 'CAPTCHA_GD_WAVE_EXPLAIN' => 'This applies a wave distortion to the CAPTCHA.', 'CAPTCHA_PREVIEW_MSG' => 'Your changes to the visual confirmation setting were not saved. This is just a preview.', 'CAPTCHA_PREVIEW_EXPLAIN' => 'The CAPTCHA as it will look like using the current settings. Use the preview button to refresh. Note that captchas are randomized and will differ from one view to the next.', |