--- loncom/interface/statistics/lonstudentsubmissions.pm	2006/05/30 12:46:50	1.45
+++ loncom/interface/statistics/lonstudentsubmissions.pm	2008/09/11 14:47:23	1.47
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentsubmissions.pm,v 1.45 2006/05/30 12:46:50 www Exp $
+# $Id: lonstudentsubmissions.pm,v 1.47 2008/09/11 14:47:23 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -928,9 +928,9 @@ sub prepare_csv_output {
             time.'_'.rand(1000000000).'.csv';
     unless ($outputfile = Apache::File->new('>/home/httpd'.$filename)) {
         $r->log_error("Couldn't open $filename for output $!");
-        $r->print("Problems occured in writing the csv file.  ".
-                  "This error has been logged.  ".
-                  "Please alert your LON-CAPA administrator.");
+        $r->print(&mt('Problems occurred in writing the csv file. '
+                     .'This error has been logged. '
+                     .'Please alert your LON-CAPA administrator.'));
         $outputfile = undef;
     }
     #
@@ -1090,7 +1090,7 @@ sub CreateInterface {
     $Str .= '<tr>';
     $Str .= '<th>'.&mt('Sections').'</th>';
     $Str .= '<th>'.&mt('Groups').'</th>';
-    $Str .= '<th>'.&mt('Enrollment Status').'</th>';
+    $Str .= '<th>'.&mt('Access Status').'</th>';
     $Str .= '<th>'.&mt('Output as [_1]',$output_selector).'</th>';
     $Str .= '</tr>'."\n";
     #