[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Wed Jan 9 14:35:47 EST 2013


raeburn		Wed Jan  9 19:35:47 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	courseprefs.pm 
  Log:
  - For 2.11
    - Backport 1.54.
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.49.2.4 loncom/interface/courseprefs.pm:1.49.2.5
--- loncom/interface/courseprefs.pm:1.49.2.4	Mon Dec 31 14:50:07 2012
+++ loncom/interface/courseprefs.pm	Wed Jan  9 19:35:42 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.49.2.4 2012/12/31 14:50:07 raeburn Exp $
+# $Id: courseprefs.pm,v 1.49.2.5 2013/01/09 19:35:42 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3482,7 +3482,7 @@
                          A6        => &mt('A6').' [105x148 mm]',
                        },
             order => ['Letter','Legal','Tabloid','Executive','A2','A3','A4','A5','A6'],
-            nullval => 'None specified',
+            nullval => &mt('None specified'),
                               },
         print_header_format => {
             text => '<b>'.&mt($itemtext->{'print_header_format'}).'</b>',
@@ -3500,7 +3500,7 @@
                          0    => &mt('No'),
                        },
             order => ['1','0'],
-            nullval => 'None specified - use domain default',
+            nullval => &mt('None specified - use domain default'),
                     }
     );
     return &make_item_rows($cdom,\%items,$ordered,$settings,$rowtotal,$crstype);




More information about the LON-CAPA-cvs mailing list