fix "pleaes" typo

This commit is contained in:
james 2005-03-03 15:33:43 +00:00
parent aa4dc8d75c
commit d4b84cd798
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@
echo "<input type=\"submit\" value=\"".i18n("Login")."\">";
echo "<br />";
echo "<br />";
echo i18n("If you have lost or forgotten your <b>password</b>, pleaes <a href=\"register_judges.php?action=resend\">click here to resend</a> it to your email address");
echo i18n("If you have lost or forgotten your <b>password</b>, please <a href=\"register_judges.php?action=resend\">click here to resend</a> it to your email address");
}
else
{

View File

@ -179,7 +179,7 @@
echo "<input type=\"submit\" value=\"Submit\">";
echo "</form>";
echo "<br />";
echo i18n("If you have lost or forgotten your <b>registration number</b>, pleaes <a href=\"register_participants.php?action=resend\">click here to resend</a> it to your email address");
echo i18n("If you have lost or forgotten your <b>registration number</b>, please <a href=\"register_participants.php?action=resend\">click here to resend</a> it to your email address");
}
else
{