diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-02-03 15:55:44 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-02-03 16:14:56 -0500 |
commit | ccf0cf649daabc600e8a79680e29c7bfbba32cac (patch) | |
tree | 9f0cc165714874784420331839a0e8caeff78350 /phpBB/language/en/common.php | |
parent | fc297a710e56d938afce83de401b103c72218a1b (diff) | |
download | forums-ccf0cf649daabc600e8a79680e29c7bfbba32cac.tar forums-ccf0cf649daabc600e8a79680e29c7bfbba32cac.tar.gz forums-ccf0cf649daabc600e8a79680e29c7bfbba32cac.tar.bz2 forums-ccf0cf649daabc600e8a79680e29c7bfbba32cac.tar.xz forums-ccf0cf649daabc600e8a79680e29c7bfbba32cac.zip |
[ticket/10535] Delete no longer needed email confirm language entries.
PHPBB3-10535
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index b51d34335f..bec4bd9ef7 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -614,7 +614,6 @@ $lang = array_merge($lang, array( 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.', 'TOO_LONG_USERNAME' => 'The username you entered is too long.', 'TOO_LONG_EMAIL' => 'The e-mail address you entered is too long.', - 'TOO_LONG_EMAIL_CONFIRM' => 'The e-mail address confirmation you entered is too long.', 'TOO_LONG_WEBSITE' => 'The website address you entered is too long.', 'TOO_LONG_YIM' => 'The Yahoo! Messenger name you entered is too long.', @@ -636,7 +635,6 @@ $lang = array_merge($lang, array( 'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.', 'TOO_SHORT_USERNAME' => 'The username you entered is too short.', 'TOO_SHORT_EMAIL' => 'The e-mail address you entered is too short.', - 'TOO_SHORT_EMAIL_CONFIRM' => 'The e-mail address confirmation you entered is too short.', 'TOO_SHORT_WEBSITE' => 'The website address you entered is too short.', 'TOO_SHORT_YIM' => 'The Yahoo! Messenger name you entered is too short.', |