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

raeburn raeburn@source.lon-capa.org
Wed, 18 Mar 2009 03:14:18 -0000


raeburn		Wed Mar 18 03:14:18 2009 EDT

  Modified files:              (Branch: version_2_8_X)
    /loncom/interface	lonaboutme.pm 
  Log:
  - Backport 1.90.
  
  
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.70.2.2 loncom/interface/lonaboutme.pm:1.70.2.3
--- loncom/interface/lonaboutme.pm:1.70.2.2	Wed Dec 17 23:05:11 2008
+++ loncom/interface/lonaboutme.pm	Wed Mar 18 03:14:18 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # "About Me" Personal Information
 #
-# $Id: lonaboutme.pm,v 1.70.2.2 2008/12/17 23:05:11 raeburn Exp $
+# $Id: lonaboutme.pm,v 1.70.2.3 2009/03/18 03:14:18 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -313,7 +313,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);