[LON-CAPA-cvs] cvs: loncom /interface printout.pl

raeburn raeburn at source.lon-capa.org
Tue Aug 13 20:26:29 EDT 2013


raeburn		Wed Aug 14 00:26:29 2013 EDT

  Modified files:              
    /loncom/interface	printout.pl 
  Log:
  - occurred not occured.
  
  
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.155 loncom/interface/printout.pl:1.156
--- loncom/interface/printout.pl:1.155	Fri Jul 19 18:24:16 2013
+++ loncom/interface/printout.pl	Wed Aug 14 00:26:29 2013
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc.
 #
-# $Id: printout.pl,v 1.155 2013/07/19 18:24:16 bisitz Exp $
+# $Id: printout.pl,v 1.156 2013/08/14 00:26:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -959,7 +959,7 @@
 	    system("convert $not_eps $eps_f");
         if($? and $advanced_role){
             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>')
                  .'<br />'
                  .&mt('If possible try to save this image using different settings and republish it.')
@@ -1052,7 +1052,7 @@
 	    print "<h2>".&mt('LaTeX could not successfully parse your TeX file.')."</h2>";
 	    print &mt('It probably has errors in it.')."<br />";
 	    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 />";
             }
 	    print &mt('Here are the error messages in the LaTeX log file:')




More information about the LON-CAPA-cvs mailing list