Changeset - 555f118ada99
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 12 years ago 2013-10-30 01:37:13
ohnobinki@ohnopublishing.net
Fix pluralization issues in 143f48e9e161.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/class.schedule.php
Show inline comments
 
@@ -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 '    </p></div>' . PHP_EOL;
 

	
 
        echo '    <div id="regDialog" title="Registration Codes">' . PHP_EOL
0 comments (0 inline, 0 general)