--- loncom/interface/lonstatistics.pm 2011/01/17 00:19:38 1.154 +++ loncom/interface/lonstatistics.pm 2012/03/20 16:03:54 1.155 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.154 2011/01/17 00:19:38 www Exp $ +# $Id: lonstatistics.pm,v 1.155 2012/03/20 16:03:54 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -413,7 +413,7 @@ sub StudentDataSelect { last; } } - $Str .= ">all\n"; + $Str .= '>'.&mt('all')."\n"; # # Loop through the student data fields foreach my $item (@StudentDataOrder) { @@ -424,7 +424,7 @@ sub StudentDataSelect { last; } } - $Str .= '>'.$item."\n"; + $Str .= '>'.&mt($item)."\n"; } $Str .= "\n"; return $Str;