--- loncom/interface/lonmsgdisplay.pm 2013/09/04 14:51:00 1.170 +++ loncom/interface/lonmsgdisplay.pm 2013/12/03 14:54:32 1.171 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.170 2013/09/04 14:51:00 bisitz Exp $ +# $Id: lonmsgdisplay.pm,v 1.171 2013/12/03 14:54:32 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2162,7 +2162,7 @@ sub displaymessage { if (&Apache::lonnet::allowed('vgr',$env{'request.course.id'})) { push(@actionlist,&Apache::loncommon::track_student_link( - &mt('View recent activity') + 'View recent activity' ,$content{'sendername'} ,$content{'senderdomain'} ,'check'));