--- loncom/interface/Attic/londropadd.pm 2007/10/22 22:16:38 1.173 +++ loncom/interface/Attic/londropadd.pm 2008/09/11 14:47:21 1.174 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.173 2007/10/22 22:16:38 raeburn Exp $ +# $Id: londropadd.pm,v 1.174 2008/09/11 14:47:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1512,9 +1512,9 @@ END time.'_'.rand(1000000000).'.csv'; unless ($CSVfile = Apache::File->new('>/home/httpd'.$CSVfilename)) { $r->log_error("Couldn't open $CSVfilename for output $!"); - $r->print("Problems occured in writing the csv file. ". - "This error has been logged. ". - "Please alert your LON-CAPA administrator."); + $r->print(&mt('Problems occurred in writing the csv file. ' + .'This error has been logged. ' + .'Please alert your LON-CAPA administrator.')); $CSVfile = undef; } # @@ -2051,7 +2051,7 @@ END $env{'request.course.id'}, $section,undef); if ($modify_section_results !~ /^ok/) { - $r->print(&mt('An error occured during the attempt to change the section for this student.')."
"); + $r->print(&mt('An error occurred during the attempt to change the section for this student.')."
"); } my $roleresults = &Apache::lonnet::modifystudent ($sdom,$slogin,$sid,undef,undef,$firstname,$middlename,$lastname,