diff --git a/submit-event.php b/submit-event.php index 4c4d0838b..da88a5d8d 100644 --- a/submit-event.php +++ b/submit-event.php @@ -142,9 +142,10 @@ if ($process) { // No form data to process else { - echo "
\n Have an upcoming PHP user group meeting? Holding a PHP training session?\n" . - " Submit your event here, and after it has been approved, it will be listed on\n" . - " the PHP.net homepage and appear in our full event listings.\n
"; + echo "\n Have an upcoming PHP user group meeting?\n" . + " Submit your event here, and after it has been approved, it will be listed in\n" . + " our event calendar.\n
"; + echo "Please note that conference submissions should be emailed to php-webmaster@lists.php.net
\n"; } // Display errors if found @@ -230,7 +231,7 @@ if ($process && count($errors) === 0) {