From e8aeb731ec760a091ed3083ddeb3247bc4d78536 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 25 Oct 2007 18:48:35 +0000 Subject: [PATCH] Clear some ambiguity in the term "# of prizes" vs "# awarded" --- admin/award_prizes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";