[LON-CAPA-cvs] cvs: loncom /interface lonmsgdisplay.pm

riegler riegler@source.lon-capa.org
Mon, 22 Dec 2008 09:08:47 -0000


riegler		Mon Dec 22 09:08:47 2008 EDT

  Modified files:              
    /loncom/interface	lonmsgdisplay.pm 
  Log:
  added one call to &mt
  
  
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.105 loncom/interface/lonmsgdisplay.pm:1.106
--- loncom/interface/lonmsgdisplay.pm:1.105	Tue Dec 16 22:57:31 2008
+++ loncom/interface/lonmsgdisplay.pm	Mon Dec 22 09:08:47 2008
@@ -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 @@
      }
     # 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("<p><b>".&mt('No notes, face-to-face discussion records, critical messages, or broadcast messages in this [_1].',$lctype)."</b></p>");
 	} else {