[LON-CAPA-cvs] cvs: rat / lonpage.pm

bisitz bisitz at source.lon-capa.org
Tue Feb 11 10:56:47 EST 2014


bisitz		Tue Feb 11 15:56:47 2014 EDT

  Modified files:              
    /rat	lonpage.pm 
  Log:
  Internationalization: Added missing &mt() call
  
  
  
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.102 rat/lonpage.pm:1.103
--- rat/lonpage.pm:1.102	Mon Jun 10 03:12:24 2013
+++ rat/lonpage.pm	Tue Feb 11 15:56:47 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Page Handler
 #
-# $Id: lonpage.pm,v 1.102 2013/06/10 03:12:24 raeburn Exp $
+# $Id: lonpage.pm,v 1.103 2014/02/11 15:56:47 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -564,7 +564,7 @@
 # ---------------------------------------------------------------- Submit, etc.
                       if ($nforms) {
                           $r->print(
-	                  '<input name="all_submit" value="Submit All" type="'.
+	                  '<input name="all_submit" value="'.&mt('Submit All').'" type="'.
 			  (($nforms>1)?'submit':'hidden').'"></input></form>');
                       }
 		      unless (($target eq 'tex') || ($target eq 'tex_answer')) {




More information about the LON-CAPA-cvs mailing list