--- loncom/xml/lonxml.pm 2005/07/08 10:39:49 1.380 +++ loncom/xml/lonxml.pm 2005/07/10 21:43:35 1.381 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.380 2005/07/08 10:39:49 www Exp $ +# $Id: lonxml.pm,v 1.381 2005/07/10 21:43:35 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1148,7 +1148,6 @@ sub createnewhtml { my $title=&mt('Title of document goes here'); my $body=&mt('Body of document goes here'); my $filecontents=(< $title @@ -1337,7 +1336,7 @@ ENDNOTFOUND } else { unless ($env{'request.state'} eq 'published') { if ($filecontents=~/BEGIN LON-CAPA Internal/) { - &Apache::lonxml::error(&mt('This file appears to be a rendering of a Lon-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.')); + &Apache::lonxml::error(&mt('This file appears to be a rendering of a LON-CAPA resource. If this is correct, this resource will act very oddly and incorrectly.')); } # # we are in construction space, see if edit mode forced