--- loncom/interface/statistics/lonstudentassessment.pm 2004/02/26 18:28:33 1.94 +++ loncom/interface/statistics/lonstudentassessment.pm 2004/03/01 16:39:19 1.95 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.94 2004/02/26 18:28:33 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.95 2004/03/01 16:39:19 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -306,7 +306,7 @@ the chart page. ####################################################### sub CreateInterface { my $Str = ''; - $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,&mt('Chart')); + $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Chart'); # $Str .= &CreateLegend(); $Str .= ''."\n"; $Str .= ''; @@ -1586,7 +1586,7 @@ sub csv_finish { # # Tell the user where to get their csv file $r->print('
'. - 'Your csv file.'."\n"); + ''.&mt('Your csv file.').''."\n"); $r->rflush(); return;