--- loncom/interface/lonpickcourse.pm 2016/04/02 04:30:21 1.117 +++ loncom/interface/lonpickcourse.pm 2016/10/03 18:46:29 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.117 2016/04/02 04:30:21 raeburn Exp $ +# $Id: lonpickcourse.pm,v 1.118 2016/10/03 18:46:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -408,6 +408,8 @@ sub display_matched_courses { .' '); if ($type eq 'Community') { $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 { $r->print(&mt('Enter the course with the role of [_1].',$cctitle)); } @@ -416,6 +418,8 @@ sub display_matched_courses { .' '); if ($type eq 'Community') { $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 { $r->print(&mt('View or modify course settings which only a [_1] may modify.',$dctitle)); }