diff --git a/register_participants_namecheck.php b/register_participants_namecheck.php
index 456c9e9..af2fab4 100644
--- a/register_participants_namecheck.php
+++ b/register_participants_namecheck.php
@@ -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 '
';
@@ -116,7 +116,7 @@ else if($newstatus=="complete")
$ch = ($s->namecheck_complete == 'yes') ? 'checked="checked"' : '';
- echo " ".i18n('My name is spelt correctly');
+ echo " ".i18n('My name is correctly spelled');
echo ' ';
echo " ".i18n('The correct letters are capitalized and in lower-case.');
echo ' ';