aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-29 16:00:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-29 16:00:59 +0000
commit0902ba6d2115cb68532931e10aab64c1035810be (patch)
treea88100324ba5a2a5e9929b39b2c132049fdef240
parent66a9d467ced3242c8be4601afd3b93bd4e76316b (diff)
downloadforums-0902ba6d2115cb68532931e10aab64c1035810be.tar
forums-0902ba6d2115cb68532931e10aab64c1035810be.tar.gz
forums-0902ba6d2115cb68532931e10aab64c1035810be.tar.bz2
forums-0902ba6d2115cb68532931e10aab64c1035810be.tar.xz
forums-0902ba6d2115cb68532931e10aab64c1035810be.zip
just a space/tab correction
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9497 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 663d29a795..7c2f3a24bb 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -245,9 +245,9 @@ $lang = array_merge($lang, array(
'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_3D_NOISE' => 'Add 3D-noise objects',
+ 'CAPTCHA_GD_3D_NOISE' => 'Add 3D-noise objects',
'CAPTCHA_GD_3D_NOISE_EXPLAIN' => 'This adds additional objects to the CAPTCHA, over the letters.',
- 'CAPTCHA_GD_FONTS' => 'Use different fonts',
+ 'CAPTCHA_GD_FONTS' => 'Use different fonts',
'CAPTCHA_GD_FONTS_EXPLAIN' => 'This setting controls how many different letter shapes are used. You can just use the default shapes or introduce altered letters. Adding lowercase letters is also possible.',
'CAPTCHA_FONT_DEFAULT' => 'Default',
'CAPTCHA_FONT_NEW' => 'New Shapes',