Diff for /loncom/interface/printout.pl between versions 1.155 and 1.156

version 1.155, 2013/07/19 18:24:16 version 1.156, 2013/08/14 00:26:29
Line 959  sub convert_figure { Line 959  sub convert_figure {
     system("convert $not_eps $eps_f");      system("convert $not_eps $eps_f");
         if($? and $advanced_role){          if($? and $advanced_role){
             print '<p class="LC_warning">'              print '<p class="LC_warning">'
                  .&mt('An error occured during the conversion of [_1].',                   .&mt('An error occurred during the conversion of [_1].',
                           '<span class="LC_filename">'.$prettyname.'</span>')                            '<span class="LC_filename">'.$prettyname.'</span>')
                  .'<br />'                   .'<br />'
                  .&mt('If possible try to save this image using different settings and republish it.')                   .&mt('If possible try to save this image using different settings and republish it.')
Line 1052  sub analyze_logfile { Line 1052  sub analyze_logfile {
     print "<h2>".&mt('LaTeX could not successfully parse your TeX file.')."</h2>";      print "<h2>".&mt('LaTeX could not successfully parse your TeX file.')."</h2>";
     print &mt('It probably has errors in it.')."<br />";      print &mt('It probably has errors in it.')."<br />";
     if ($badtext) {      if ($badtext) {
                 print &mt('With very high probability this error occured in [_1].',$badtext)                  print &mt('With very high probability this error occurred in [_1].',$badtext)
                      ."<br /><br />";                       ."<br /><br />";
             }              }
     print &mt('Here are the error messages in the LaTeX log file:')      print &mt('Here are the error messages in the LaTeX log file:')

Removed from v.1.155  
changed lines
  Added in v.1.156


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>