From 58122f43449dd53be0504355c2f7a2b96e92f099 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 21 Jan 2005 18:42:31 +0000 Subject: [PATCH] tell them to use a valid email address --- register_participants.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/register_participants.php b/register_participants.php index fbbc1e3..c8739c8 100644 --- a/register_participants.php +++ b/register_participants.php @@ -174,6 +174,9 @@ echo "
  • ".i18n("Continue a previously started registration")."
  • "; echo "
  • ".i18n("Modify an existing registration")."
  • "; echo ""; + echo i18n("Please enter a valid email address. We will be emailing you information which you will need to complete the registration process!"); + echo "
    "; + echo "
    "; ?>