- Indicate that T-Shirt sizes are adult size (just about every fair does this,

I believe, if a fair doesn't, we should make this a configurable option.);
This commit is contained in:
dave 2007-03-05 02:01:04 +00:00
parent d2ab242d39
commit 6f4d3177bf

View File

@ -370,7 +370,7 @@ else
echo " <option $sel value=\"xlarge\">".i18n("X-Large")."</option>";
echo " </select>";
if($tshirt_cost != 0.0) {
printf(" The cost of each T-Shirt is $%.2f", $tshirt_cost);
printf(" The cost of each T-Shirt is $%.2f, sizes are Adult sizes.", $tshirt_cost);
}
echo "</td>\n";
echo "</tr>";