diff options
author | p <oleg@bsdpower.com> | 2011-12-23 22:10:34 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2011-12-28 14:14:05 +0000 |
commit | fc297a710e56d938afce83de401b103c72218a1b (patch) | |
tree | 221e692d121c98d1bb43e86b1b1a76e508b8d59d /phpBB/language/en/install.php | |
parent | 4baa2bb52c47b0b0e316c3a25f34e7bc27075ffd (diff) | |
download | forums-fc297a710e56d938afce83de401b103c72218a1b.tar forums-fc297a710e56d938afce83de401b103c72218a1b.tar.gz forums-fc297a710e56d938afce83de401b103c72218a1b.tar.bz2 forums-fc297a710e56d938afce83de401b103c72218a1b.tar.xz forums-fc297a710e56d938afce83de401b103c72218a1b.zip |
[ticket/10535] Delete email confirm from installer
PHPBB3-10535
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 57a5de07eb..2ceb14a3d8 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -72,7 +72,6 @@ $lang = array_merge($lang, array( 'CONFIG_FILE_WRITTEN' => 'The configuration file has been written. You may now proceed to the next step of the installation.', 'CONFIG_PHPBB_EMPTY' => 'The phpBB3 config variable for ā%sā is empty.', 'CONFIG_RETRY' => 'Retry', - 'CONTACT_EMAIL_CONFIRM' => 'Confirm contact e-mail', 'CONTINUE_CONVERT' => 'Continue conversion', 'CONTINUE_CONVERT_BODY' => 'A previous conversion attempt has been determined. You are now able to choose between starting a new conversion or continuing the conversion.', 'CONTINUE_LAST' => 'Continue last statements', |