--- loncom/interface/londocs.pm 2003/12/30 20:47:23 1.97 +++ loncom/interface/londocs.pm 2004/01/13 01:55:22 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.97 2003/12/30 20:47:23 albertel Exp $ +# $Id: londocs.pm,v 1.98 2004/01/13 01:55:22 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -511,7 +511,7 @@ sub checkonthis { if (($Apache::lonxml::errorcount) || ($Apache::lonxml::warningcount)) { if ($Apache::lonxml::errorcount) { - $r->print(''. + $r->print(''. $Apache::lonxml::errorcount.' '. &mt('error(s)').' '); }