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

bisitz bisitz@source.lon-capa.org
Mon, 26 Jan 2009 11:10:10 -0000


bisitz		Mon Jan 26 11:10:10 2009 EDT

  Modified files:              
    /loncom/interface	lonaboutme.pm 
  Log:
  Localization: Added missing &mt call
  
  
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.89 loncom/interface/lonaboutme.pm:1.90
--- loncom/interface/lonaboutme.pm:1.89	Wed Dec 17 14:51:11 2008
+++ loncom/interface/lonaboutme.pm	Mon Jan 26 11:10:10 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # "About Me" Personal Information
 #
-# $Id: lonaboutme.pm,v 1.89 2008/12/17 14:51:11 harmsja Exp $
+# $Id: lonaboutme.pm,v 1.90 2009/01/26 11:10:10 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -372,7 +372,7 @@
 			  ('View recent activity by this student',
 			   $cnum,$cdom).(' 'x2));
 	    }
-	    $r->print(&Apache::loncommon::noteswrapper('Add Records',$cnum,$cdom));
+	    $r->print(&Apache::loncommon::noteswrapper(&mt('Add Records'),$cnum,$cdom));
 	} else {
 	    $r->print('\\\\\textbf{'.&mt('User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course').'}\\\\'.&mt('Shared by course faculty and staff').'\\\\\\\\');
 	    &Apache::lonmsgdisplay::disfacetoface($r,$cnum,$cdom);