--- loncom/interface/lonprintout.pm 2012/12/10 01:09:06 1.626 +++ loncom/interface/lonprintout.pm 2012/12/17 14:16:06 1.627 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.626 2012/12/10 01:09:06 raeburn Exp $ +# $Id: lonprintout.pm,v 1.627 2012/12/17 14:16:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4659,8 +4659,8 @@ CHOOSE_FROM_ANY_SEQUENCE if (!$res_printable) { $paramHash = Apache::lonhelper::getParamHash(); $paramHash->{MESSAGE_TEXT} = - &mt('

Printing for current resource is only possible between [_1] and [_1]

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

',$res_printstartdate, $res_printenddate.'

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