--- loncom/interface/lontrackstudent.pm 2009/03/26 17:36:39 1.28 +++ loncom/interface/lontrackstudent.pm 2009/05/14 14:23:56 1.29 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.28 2009/03/26 17:36:39 bisitz Exp $ +# $Id: lontrackstudent.pm,v 1.29 2009/05/14 14:23:56 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -600,7 +600,7 @@ sub handler { if ($sname =~ /^$LONCAPA::username_re$/ && $sdom =~ /^$LONCAPA::domain_re$/) { $r->print('

'. - &mt('Recent activity of [_1]:[_2]',$sname,$sdom). + &mt('Recent activity of [_1]',$sname.':'.$sdom). '

'); $r->print('

' .&mt('Compiling student activity data can take a long time.'