diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-02-03 16:21:51 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-02-03 16:21:51 -0500 |
commit | cddd63aae045a833e9a3ec4bb396b3987f95cbd3 (patch) | |
tree | 69ac84e41f9333ec540fddb1d428c5bac97c0fd4 /phpBB/language/en/install.php | |
parent | 6ad87d3aaf04fba5e58351c18fc78d1a9ee77dbb (diff) | |
parent | ccf0cf649daabc600e8a79680e29c7bfbba32cac (diff) | |
download | forums-cddd63aae045a833e9a3ec4bb396b3987f95cbd3.tar forums-cddd63aae045a833e9a3ec4bb396b3987f95cbd3.tar.gz forums-cddd63aae045a833e9a3ec4bb396b3987f95cbd3.tar.bz2 forums-cddd63aae045a833e9a3ec4bb396b3987f95cbd3.tar.xz forums-cddd63aae045a833e9a3ec4bb396b3987f95cbd3.zip |
Merge remote-tracking branch 'imkingdavid/ticket/10535' into develop
* imkingdavid/ticket/10535:
[ticket/10535] Delete no longer needed email confirm language entries.
[ticket/10535] Delete email confirm from installer
[ticket/10535] Removed email confirm field from acp_users module
[ticket/10535] Forgot a subsilver2 change. *doh*
[ticket/10535] Removed email confirm from UCP, removed unused language entries
[ticket/10535] Remove email confirm check on registration form
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 858065b643..7edc0b03ce 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -71,7 +71,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', |