diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -606,7 +606,7 @@ class Schedule $course->getName() . (empty($title) ? '' : ': ' . $title)); } - echo '. There are ' . $this->nPermutations . ' valid permutation' . ($this->nPermutations == 1 ? '' : 's') . ' for these courses.' . PHP_EOL; + echo '. There ' . ($this->nPermutations == 1 ? 'is' : 'are') . ' ' . $this->nPermutations . ' valid permutation' . ($this->nPermutations == 1 ? '' : 's') . ' for these courses.' . PHP_EOL; echo '
' . PHP_EOL; echo '