- Fix a typo in two places... I wonder how long these have been like this. :S

This commit is contained in:
dave 2008-02-15 05:27:06 +00:00
parent 52fb9faed8
commit e0a0e3dbcf
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
{
email_send("register_judges_resend_password",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("PASSWORD"=>$r->password,"EMAIL"=>$r->email));
send_header("Judges Registration");
echo notice(i18n("Your judge registration password has been sent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address") ));
echo notice(i18n("Your judge registration password has been sent to your email address <b>%1</b>",array($_SESSION['email']),array("email address") ));
}
else
{

View File

@ -110,7 +110,7 @@
{
email_send("register_participants_resend_regnum",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$r->num,"FAIRNAME"=>i18n($config['fairname'])));
send_header("Participant Registration");
echo notice(i18n("Your registration number has been resent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address")));
echo notice(i18n("Your registration number has been resent to your email address <b>%1</b>",array($_SESSION['email']),array("email address")));
}
else
{