--- loncom/interface/lonmodifycourse.pm 2015/03/07 23:17:15 1.75 +++ loncom/interface/lonmodifycourse.pm 2015/05/22 21:08:42 1.77 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # handler for DC-only modifiable course settings # -# $Id: lonmodifycourse.pm,v 1.75 2015/03/07 23:17:15 raeburn Exp $ +# $Id: lonmodifycourse.pm,v 1.77 2015/05/22 21:08:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -208,7 +208,7 @@ sub print_course_selection_page { my %courses = &Apache::loncommon::search_courses($dom,$type,$filter,$numtitles, undef,undef,undef,\@codetitles); &Apache::lonpickcourse::display_matched_courses($r,$type,0,$action,undef,undef,undef, - %courses); + undef,undef,%courses); return; } @@ -1711,7 +1711,7 @@ sub modify_postsubmit_config { ); my $putreply = &Apache::lonnet::put('environment',\%cenv,$cdom,$cnum); if ($putreply eq 'ok') { - $r->print(&mt('Submit buttin will not be disabled after student submission')); + $r->print(&mt('Submit button will not be disabled after student submission')); } else { $r->print($lt{'erro'}); }