forked from science-ation/science-ation
- Fix spelling of spelled. This is why I shouldn't be allowed to code at 3am.
This commit is contained in:
parent
145a5251c3
commit
e26453f06e
@ -89,7 +89,7 @@ else if($newstatus=="complete")
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo i18n('Every year there is one participant who realizes that his/her name
|
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
|
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.');
|
difficult to re-print certificates and even harder to re-engrave a plaque.');
|
||||||
echo '<br /><br />';
|
echo '<br /><br />';
|
||||||
@ -116,7 +116,7 @@ else if($newstatus=="complete")
|
|||||||
|
|
||||||
$ch = ($s->namecheck_complete == 'yes') ? 'checked="checked"' : '';
|
$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 '<br />';
|
||||||
echo "<input type=\"checkbox\" name=\"caps\" value=\"yes\" $ch /> ".i18n('The correct letters are capitalized and in lower-case.');
|
echo "<input type=\"checkbox\" name=\"caps\" value=\"yes\" $ch /> ".i18n('The correct letters are capitalized and in lower-case.');
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
|
Loading…
Reference in New Issue
Block a user