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

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Mon, 03 Mar 2008 11:26:00 -0000


bisitz		Mon Mar  3 06:26:00 2008 EDT

  Modified files:              
    /loncom/interface	lonbulletin.pm 
  Log:
  Localization:
  Added missing &mt() 
  
  
Index: loncom/interface/lonbulletin.pm
diff -u loncom/interface/lonbulletin.pm:1.45 loncom/interface/lonbulletin.pm:1.46
--- loncom/interface/lonbulletin.pm:1.45	Sat Jan 19 10:28:52 2008
+++ loncom/interface/lonbulletin.pm	Mon Mar  3 06:25:59 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Bulletin Board Handler
 #
-# $Id: lonbulletin.pm,v 1.45 2008/01/19 15:28:52 raeburn Exp $
+# $Id: lonbulletin.pm,v 1.46 2008/03/03 11:25:59 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -181,7 +181,7 @@
           }
           $r->print(
 	  '<p>'.
-&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'<br /><a href="'.$r->uri.'?'.$query_str.'"><font size="+1">'.&mt('Show Student View').'</font></a>'.
+&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'<br /><a href="'.$r->uri.'?'.$query_str.'"><font size="+1">'.&mt('Show Student View').'</font></a>'.
  &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');
       }  elsif ($privileged and $target ne 'tex') {
           my $query_str = 'forceedit=edit';