--- loncom/interface/lonprintout.pm 2013/01/04 01:19:57 1.629 +++ loncom/interface/lonprintout.pm 2013/01/31 17:31:05 1.630 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.629 2013/01/04 01:19:57 raeburn Exp $ +# $Id: lonprintout.pm,v 1.630 2013/01/31 17:31:05 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4658,8 +4658,9 @@ CHOOSE_FROM_ANY_SEQUENCE if (!$res_printable) { $paramHash = Apache::lonhelper::getParamHash(); $paramHash->{MESSAGE_TEXT} = - &mt('[_1]Printing for current resource is only possible between [_2] and [_3]', - '

',$res_printstartdate, $res_printenddate.'

'); + '

' + .&mt('Printing for current resource is only possible between [_1] and [_2]', + $res_printstartdate, $res_printenddate).'

'; Apache::lonhelper::message->new(); } $paramHash = Apache::lonhelper::getParamHash();