Diff for /loncom/homework/grades.pm between versions 1.738 and 1.739

version 1.738, 2016/10/14 16:47:25 version 1.739, 2017/05/19 16:40:50
Line 3798  sub viewgrades { Line 3798  sub viewgrades {
                     $result .= &mt('There are no students in section(s) [_1] with enrollment status [_2] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] with enrollment status [_2] to modify or grade.',
                                    $section_display,$stu_status);                                     $section_display,$stu_status);
                 } elsif (grep(/^none$/,@groups)) {                  } elsif (grep(/^none$/,@groups)) {
                     $result .= &mt('There are no students in section(s) [_1] nd no group with enrollment status [_2] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] and no group with enrollment status [_2] to modify or grade.',
                                    $section_display,$stu_status);                                     $section_display,$stu_status);
                 } else {                  } else {
                     $result .= &mt('There are no students in section(s) [_1] and group(s) [_2] with enrollment status [_3] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] and group(s) [_2] with enrollment status [_3] to modify or grade.',

Removed from v.1.738  
changed lines
  Added in v.1.739


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>