This commit is contained in:
dave 2010-03-26 06:12:42 +00:00
parent 149cc6551f
commit 14ea96dddc

View File

@ -75,7 +75,7 @@ if($config['judge_scheduler_percent']=="-1")
if($timeslots > 0) { if($timeslots > 0) {
echo happy(i18n("There are %1 timeslot(s) defined for special awards judging, good", array($timeslots))); echo happy(i18n("There are %1 timeslot(s) defined for special awards judging, good", array($timeslots)));
} else { } else {
echo error(i18n("There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judigng)")); echo error(i18n("There are no timeslots defined for special awards judging (but the scheduler is configured to do special awards judging)"));
$ok = 0; $ok = 0;
} }
} }