diff --git a/register_participants_main.php b/register_participants_main.php index 355eb4f..fa19b7b 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -73,7 +73,7 @@ echo mysql_error(); if($r->status=="complete") { - echo i18n("Congratulations, You are successfully registered for the %1. No further changes may be made to any of your forms.",array($config['fairname'])); + echo i18n("Congratulations, you are successfully registered for the %1. No further changes may be made to any of your forms.",array($config['fairname'])); } else if($r->status=="paymentpending")