--- loncom/homework/structuretags.pm 2012/04/11 11:40:00 1.504 +++ loncom/homework/structuretags.pm 2012/04/18 11:49:50 1.505 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.504 2012/04/11 11:40:00 goltermann Exp $ +# $Id: structuretags.pm,v 1.505 2012/04/18 11:49:50 goltermann Exp $ # # Copyright Michigan State University Board of Trustees # @@ -996,7 +996,7 @@ sub firstaccess_msg { } elsif ($interval[1] eq 'course') { my $course = $env{'course.'.$env{'request.course.id'}.'.description'}; $result .= "

".&mt('The resources in "[_1]" are open for a limited time.',$course)."

" - .'

'.&mt('Once you click the "Show Resource" button below you have [_2] to omplete all resources "[_1]".' + .'

'.&mt('Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".' ,$course,$time)."

"; } else { my $title=&Apache::lonnet::gettitle($symb);