diff options
author | David King <imkingdavid@gmail.com> | 2011-12-15 23:15:24 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2011-12-15 23:15:24 +0000 |
commit | d73c3a297e1f31320c054685d5e38cb72a6357f3 (patch) | |
tree | f2c006233f061cf8123daa9d8a94b4e433e9baa7 /phpBB/language/en/ucp.php | |
parent | 18aa4e4ecd55b846ead8e15853164bb5742099ef (diff) | |
download | forums-d73c3a297e1f31320c054685d5e38cb72a6357f3.tar forums-d73c3a297e1f31320c054685d5e38cb72a6357f3.tar.gz forums-d73c3a297e1f31320c054685d5e38cb72a6357f3.tar.bz2 forums-d73c3a297e1f31320c054685d5e38cb72a6357f3.tar.xz forums-d73c3a297e1f31320c054685d5e38cb72a6357f3.zip |
[ticket/10535] Removed email confirm from UCP, removed unused language entries
PHPBB3-10535
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 59e5cb1952..227b1c92a3 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -123,8 +123,6 @@ $lang = array_merge($lang, array( 'CLICK_RETURN_FOLDER' => '%1$sReturn to your ā%3$sā folder%2$s', 'CONFIRMATION' => 'Confirmation of registration', 'CONFIRM_CHANGES' => 'Confirm changes', - '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' => 'Refresh confirmation code', 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code you can request a new one by clicking the button.', @@ -283,8 +281,6 @@ $lang = array_merge($lang, array( 'MOVE_TO_FOLDER' => 'Move to folder', 'MOVE_UP' => 'Move up', - 'NEW_EMAIL_CONFIRM_EMPTY' => 'You did not enter a confirm e-mail address.', - 'NEW_EMAIL_ERROR' => 'The e-mail addresses you entered do not match.', 'NEW_FOLDER_NAME' => 'New folder name', 'NEW_PASSWORD' => 'New password', 'NEW_PASSWORD_CONFIRM_EMPTY' => 'You did not enter a confirm password.', |