[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm

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


bisitz		Mon Mar  3 06:22:54 2008 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  Localization:
  Added missing &mt()
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.238 loncom/homework/inputtags.pm:1.239
--- loncom/homework/inputtags.pm:1.238	Wed Feb 27 13:37:02 2008
+++ loncom/homework/inputtags.pm	Mon Mar  3 06:22:54 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.238 2008/02/27 18:37:02 bisitz Exp $
+# $Id: inputtags.pm,v 1.239 2008/03/03 11:22:54 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -745,7 +745,7 @@
     } elsif ($award eq 'MISORDERED_RANK') {
 	$message = &mt('You have provided an invalid ranking');
 	if ($target ne 'tex') {
-	    $message.=', '.&mt('please refer to').' '.&Apache::loncommon::help_open_topic('Ranking_Problems','help on ranking problems');
+	    $message.=', '.&mt('please refer to').' '.&Apache::loncommon::help_open_topic('Ranking_Problems',&mt('help on ranking problems'));
 	}
 	$css_class=$possible_class{'not_charged_try'};
 	$button=1;