--- loncom/interface/printout.pl 2008/08/27 01:38:10 1.137 +++ loncom/interface/printout.pl 2009/02/19 10:19:49 1.138 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.137 2008/08/27 01:38:10 raeburn Exp $ +# $Id: printout.pl,v 1.138 2009/02/19 10:19:49 biermanm Exp $ # # Copyright Michigan State University Board of Trustees # @@ -972,7 +972,7 @@ sub analyze_logfile { if ($advanced_role) { #LaTeX failed to parse tex file - print "

".&mt('LaTeX could not successfully parse your tex file.')."

"; + print "

".&mt('LaTeX could not successfully parse your TeX file.')."

"; print &mt('It probably has errors in it.')."
"; if ($badtext) { print &mt('With very high probability this error occured in [_1].',$badtext)