--- loncom/interface/lonprintout.pm 2011/12/27 20:14:33 1.612 +++ loncom/interface/lonprintout.pm 2012/03/28 21:15:41 1.613 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.612 2011/12/27 20:14:33 foxr Exp $ +# $Id: lonprintout.pm,v 1.613 2012/03/28 21:15:41 ramirez Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3288,7 +3288,7 @@ sub print_resources { $print_incomplete = 1; } if ($person eq 'anonymous') { - $namepostfix .="Name: "; + $namepostfix .=&mt('Name:')." "; $fullname = "CODE - ".$moreenv->{'CODE'}; }