fix grammar

This commit is contained in:
james 2008-07-17 18:39:01 +00:00
parent a42812ce27
commit 1f6da29aac

View File

@ -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")