diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-11 09:11:08 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-11 09:11:08 +0000 |
| commit | cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046 (patch) | |
| tree | 930f31bbe5c1fe8f0707a1b2059cefbac0c1d484 /phpBB/language/en/ucp.php | |
| parent | a4c1de46b79c196dc7da2e5b9242deb6c55bdb6f (diff) | |
| download | forums-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/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 0c26e612e3..ccb6fbdbb4 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -122,8 +122,8 @@ $lang = array_merge($lang, array( 'CONFIRM_EMAIL' => 'Confirm e-mail address', 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your e-mail address.', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', - 'VC_REFRESH' => 'New Image', - 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code, then you can request a new one by clicking the button.', + 'VC_REFRESH' => 'Refresh confirmation code', + 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code you can request a new one by clicking the button.', 'CONFIRM_PASSWORD' => 'Confirm password', 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above.', |
