Diff for /loncom/interface/lonpickcourse.pm between versions 1.117 and 1.118

version 1.117, 2016/04/02 04:30:21 version 1.118, 2016/10/03 18:46:29
Line 408  sub display_matched_courses { Line 408  sub display_matched_courses {
                .' ');                 .' ');
             if ($type eq 'Community') {              if ($type eq 'Community') {
                 $r->print(&mt('Enter the community with the role of [_1].',$cctitle));                  $r->print(&mt('Enter the community with the role of [_1].',$cctitle));
               } elsif ($type eq 'Placement') {
                   $r->print(&mt('Enter the placement test with the role of [_1].',$cctitle));
             } else {              } else {
                 $r->print(&mt('Enter the course with the role of [_1].',$cctitle));                  $r->print(&mt('Enter the course with the role of [_1].',$cctitle));
             }              }
Line 416  sub display_matched_courses { Line 418  sub display_matched_courses {
                .'<input type="radio" name="phase" value="menu"'.$menuchk.'/>&nbsp;');                 .'<input type="radio" name="phase" value="menu"'.$menuchk.'/>&nbsp;');
             if ($type eq 'Community') {              if ($type eq 'Community') {
                 $r->print(&mt('View or modify community settings which only a [_1] may modify.',$dctitle));                  $r->print(&mt('View or modify community settings which only a [_1] may modify.',$dctitle));
               } elsif ($type eq 'Placement') {
                   $r->print(&mt('View or modify placement test settings which only a [_1] may modify.',$dctitle));
             } else {              } else {
                 $r->print(&mt('View or modify course settings which only a [_1] may modify.',$dctitle));                  $r->print(&mt('View or modify course settings which only a [_1] may modify.',$dctitle));
             }              }

Removed from v.1.117  
changed lines
  Added in v.1.118


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