--- loncom/interface/lonprintout.pm 2009/10/26 09:55:32 1.560.2.7 +++ loncom/interface/lonprintout.pm 2009/10/26 10:16:56 1.562 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.560.2.7 2009/10/26 09:55:32 foxr Exp $ +# $Id: lonprintout.pm,v 1.562 2009/10/26 10:16:56 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1263,9 +1263,9 @@ sub page_format_transformation { if ($selectionmade eq '4') { if ($choice eq 'all_problems') { - $assignment='Problems from the Whole Course'; + $assignment=&mt('Problems from the Whole Course'); } else { - $assignment='Resources from the Whole Course'; + $assignment=&mt('Resources from the Whole Course'); } } else { $assignment=&Apache::lonxml::latex_special_symbols($assignment,'header');