diff --git a/admin/award_prizes.php b/admin/award_prizes.php index a43fd89..530ad64 100644 --- a/admin/award_prizes.php +++ b/admin/award_prizes.php @@ -133,7 +133,7 @@ echo "".i18n("Cash Amount")."\$cash)."\" size=\"10\" maxlength=\"10\" />\n"; echo "".i18n("Scholarship Amount")."\$scholarship)."\" size=\"10\" maxlength=\"10\" />\n"; echo "".i18n("Prize Value")."\$value)."\" size=\"10\" maxlength=\"10\" />\n"; - echo "".i18n("Number")."number)."\" size=\"3\" maxlength=\"5\" />\n"; + echo "".i18n("Number to be awarded")."number)."\" size=\"3\" maxlength=\"5\" />\n"; echo "".i18n("Order")."order)."\" size=\"3\" maxlength=\"5\" />\n"; echo ""; if($r->excludefromac==1) $ch="checked=\"checked\""; else $ch=""; @@ -176,7 +176,7 @@ echo " ".i18n("Cash").""; echo " ".i18n("Scholarship").""; echo " ".i18n("Value").""; - echo " ".i18n("# of Prizes").""; + echo " ".i18n("# Awarded").""; echo " Actions"; echo "\n";