--- loncom/interface/multidownload.pl 2007/04/30 22:47:28 1.23 +++ loncom/interface/multidownload.pl 2007/05/05 17:26:27 1.24 @@ -2,7 +2,7 @@ # CGI-script to allow download of all essay submissions of # multiple students. # -# $Id: multidownload.pl,v 1.23 2007/04/30 22:47:28 banghart Exp $ +# $Id: multidownload.pl,v 1.24 2007/05/05 17:26:27 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,7 +86,7 @@ if (&Apache::lonnet::allowed('vgr',$scop if (!open MANIFEST, ">$doc_zip_root/zipdir/$unique_user/$unique_path/manifest.txt") { &Apache::lonnet::logthis("Problem making manifest"); } - print MANIFEST "Files contained in this zip:\n"; + print MANIFEST &mt("Files contained in this zip:\n"); my $file_problem = 0; foreach my $stu (@stuchecked) { my %files_saved;