diff --git a/admin/judges_schedulerconfig.php b/admin/judges_schedulerconfig.php index 54166692..a73aff4e 100644 --- a/admin/judges_schedulerconfig.php +++ b/admin/judges_schedulerconfig.php @@ -75,7 +75,7 @@ if($config['judge_scheduler_percent']=="-1") if($timeslots > 0) { echo happy(i18n("There are %1 timeslot(s) defined for special awards judging, good", array($timeslots))); } 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; } }