From 213004783bb9ff999ad95d7a8ab2428556702cf4 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 25 Oct 2007 20:23:28 +0000 Subject: [PATCH] s/awarded/available --- 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 530ad64..68de0b9 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 to be awarded")."number)."\" size=\"3\" maxlength=\"5\" />\n"; + echo "".i18n("Number available")."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("# Awarded").""; + echo " ".i18n("# Available").""; echo " Actions"; echo "\n";