diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-28 13:09:50 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-28 13:09:50 +0000 |
| commit | b4568af559bc20e305a37105299bdb0147136136 (patch) | |
| tree | 8633059453eb9d6a772f14baccd61d42cf6781a7 /phpBB/language | |
| parent | 0df3802cfb88e6e67583fd32d5f6f815d484b315 (diff) | |
| download | forums-b4568af559bc20e305a37105299bdb0147136136.tar forums-b4568af559bc20e305a37105299bdb0147136136.tar.gz forums-b4568af559bc20e305a37105299bdb0147136136.tar.bz2 forums-b4568af559bc20e305a37105299bdb0147136136.tar.xz forums-b4568af559bc20e305a37105299bdb0147136136.zip | |
fixing a signature bug being there for more than two years [Bug #7436]
git-svn-id: file:///svn/phpbb/trunk@6943 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 548030b93a..4e9949482c 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -111,7 +111,7 @@ $lang = array_merge($lang, array( 'CONFIRM_EMAIL' => 'Confirm email address', 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your email address.', 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board administrator 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.', - 'CONFIRM_PASSWORD' => 'Confirm new password', + 'CONFIRM_PASSWORD' => 'Confirm password', 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above', 'COPPA_BIRTHDAY' => 'To continue with the registration procedure please tell us when you were born.', 'COPPA_COMPLIANCE' => 'COPPA compliance', |
