Fix spelling

This commit is contained in:
dave 2010-01-27 20:24:11 +00:00
parent c959257e79
commit 2743d237a2

View File

@ -180,7 +180,7 @@ if($_SESSION['schoolid'] && $_SESSION['schoolaccesscode'])
echo "<br>"; echo "<br>";
echo "<h4>".i18n("School Feedback / Questions")."</h4>"; echo "<h4>".i18n("School Feedback / Questions")."</h4>";
echo i18n("We are always welcome to any feedback (both positive and constructive crisicism!), or any questions you may have. Please use the following form to communicate with the science fair committee!"); echo i18n("We are always welcome to any feedback (both positive and constructive criticism!), or any questions you may have. Please use the following form to communicate with the science fair committee!");
if($sh_email != '') { if($sh_email != '') {
echo "<form method=POST action=\"schoolaccess.php\">"; echo "<form method=POST action=\"schoolaccess.php\">";
echo "<input type=hidden name=action value=\"feedback\">"; echo "<input type=hidden name=action value=\"feedback\">";