aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-11 09:11:08 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-11 09:11:08 +0000
commitcda9e5e9ec0dfe9c3e0a04809ffc5d0099020046 (patch)
tree930f31bbe5c1fe8f0707a1b2059cefbac0c1d484 /phpBB/language/en/acp/board.php
parenta4c1de46b79c196dc7da2e5b9242deb6c55bdb6f (diff)
downloadforums-cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046.tar
forums-cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046.tar.gz
forums-cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046.tar.bz2
forums-cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046.tar.xz
forums-cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046.zip
a language alteration for captchas.
Added min/max captcha chars constants and changed the length from 5-8 to 4-7 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9437 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index c09c21bc19..663d29a795 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -253,15 +253,15 @@ $lang = array_merge($lang, array(
'CAPTCHA_FONT_NEW' => 'New Shapes',
'CAPTCHA_FONT_LOWER' => 'Also use lowercase',
-
+
'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.',
'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings',
'VISUAL_CONFIRM_POST_EXPLAIN' => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations',
'VISUAL_CONFIRM_REG_EXPLAIN' => 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
- 'VISUAL_CONFIRM_REFRESH' => 'Enable users to request new images',
- 'VISUAL_CONFIRM_REFRESH_EXPLAIN' => 'Allows users to request new images, if they are unable to solve the VC during registration.',
+ 'VISUAL_CONFIRM_REFRESH' => 'Enable users to refresh the confirmation image',
+ 'VISUAL_CONFIRM_REFRESH_EXPLAIN' => 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration.',
));
// Cookie Settings