--- loncom/interface/lonmsgdisplay.pm 2008/12/16 22:57:31 1.105 +++ loncom/interface/lonmsgdisplay.pm 2008/12/22 09:08:47 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.105 2008/12/16 22:57:31 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.106 2008/12/22 09:08:47 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1813,7 +1813,7 @@ $content{'sendername'}.':'. } # Check to see if there were any messages. if ($result eq '') { - my $lctype = lc(&Apache::loncommon::course_type()); + my $lctype = &mt(lc(&Apache::loncommon::course_type())); if ($target ne 'tex') { $r->print("

".&mt('No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].',$lctype)."

"); } else {