--- loncom/interface/multidownload.pl 2007/05/23 19:31:21 1.33 +++ loncom/interface/multidownload.pl 2007/05/23 20:30:05 1.34 @@ -2,7 +2,7 @@ # CGI-script to allow download of all essay submissions of # multiple students. # -# $Id: multidownload.pl,v 1.33 2007/05/23 19:31:21 banghart Exp $ +# $Id: multidownload.pl,v 1.34 2007/05/23 20:30:05 banghart Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -163,7 +163,7 @@ if (&Apache::lonnet::allowed('vgr',$scop } } if (!$submission_count) { - print MANIFEST ("\tNo Files Submitted \n"); + print MANIFEST ("\t".&mt("No Files Submitted")."\n"); } }