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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Mon, 21 Jan 2008 00:36:00 -0000


raeburn		Sun Jan 20 19:36:00 2008 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Missing &mt().
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.635 loncom/interface/loncommon.pm:1.636
--- loncom/interface/loncommon.pm:1.635	Wed Jan 16 15:42:48 2008
+++ loncom/interface/loncommon.pm	Sun Jan 20 19:35:58 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.635 2008/01/16 20:42:48 raeburn Exp $
+# $Id: loncommon.pm,v 1.636 2008/01/21 00:35:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -782,10 +782,10 @@
     }
     return '<table><tr><td>'.
 	$addOther .
-	&Apache::loncommon::help_open_topic("Greek_Symbols",'Greek Symbols',
+	&Apache::loncommon::help_open_topic("Greek_Symbols",&mt('Greek Symbols'),
 					    undef,undef,600)
 	.'</td><td>'.
-	&Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols',
+	&Apache::loncommon::help_open_topic("Other_Symbols",&mt('Other Symbols'),
 					    undef,undef,600)
 	.'</td></tr></table>';
 }