[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 14 Sep 2006 21:52:37 -0000


albertel		Thu Sep 14 17:52:37 2006 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - fixing the english
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.415 loncom/xml/lonxml.pm:1.416
--- loncom/xml/lonxml.pm:1.415	Tue Jul 11 05:44:04 2006
+++ loncom/xml/lonxml.pm	Thu Sep 14 17:52:36 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.415 2006/07/11 09:44:04 foxr Exp $
+# $Id: lonxml.pm,v 1.416 2006/09/14 21:52:36 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1541,7 +1541,7 @@
 	    $errormsg=&mt("An error occured while processing this resource. The author has been notified.");
 	}
 	my $host=$Apache::lonnet::perlvar{'lonHostID'};
-	my $msg = join('<br />',(@_,"The occured on host <tt>$host</tt>"));
+	my $msg = join('<br />',(@_,"The error occurred on host <tt>$host</tt>"));
 	#notify author
 	&Apache::lonmsg::author_res_msg($env{'request.filename'},$msg);
 	#notify course