- Fix spelling of spelled. This is why I shouldn't be allowed to code at 3am.

This commit is contained in:
dave 2008-02-23 02:50:29 +00:00
parent 145a5251c3
commit e26453f06e

View File

@ -89,7 +89,7 @@ else if($newstatus=="complete")
}
echo i18n('Every year there is one participant who realizes that his/her name
is spelt wrong after certificates are printed and plaques are engraved. This
is spelled wrong after certificates are printed and plaques are engraved. This
page has been created in an effort to ensure you are not that student. It is
difficult to re-print certificates and even harder to re-engrave a plaque.');
echo '<br /><br />';
@ -116,7 +116,7 @@ else if($newstatus=="complete")
$ch = ($s->namecheck_complete == 'yes') ? 'checked="checked"' : '';
echo "<input type=\"checkbox\" name=\"spelling\" value=\"yes\" $ch /> ".i18n('My name is spelt correctly');
echo "<input type=\"checkbox\" name=\"spelling\" value=\"yes\" $ch /> ".i18n('My name is correctly spelled');
echo '<br />';
echo "<input type=\"checkbox\" name=\"caps\" value=\"yes\" $ch /> ".i18n('The correct letters are capitalized and in lower-case.');
echo '<br />';