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

raeburn raeburn at source.lon-capa.org
Wed Jan 23 11:00:46 EST 2013


raeburn		Wed Jan 23 16:00:46 2013 EDT

  Modified files:              
    /loncom/interface	lonpopulate.pm 
  Log:
  - Fix typo in rev 1.69.
  
  
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.72 loncom/interface/lonpopulate.pm:1.73
--- loncom/interface/lonpopulate.pm:1.72	Wed Jan 23 15:53:28 2013
+++ loncom/interface/lonpopulate.pm	Wed Jan 23 16:00:46 2013
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.72 2013/01/23 15:53:28 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.73 2013/01/23 16:00:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1329,8 +1329,7 @@
          'ifad'  => 'If automated adds are enabled, then when students are added their student roles will become active on the date set here for first access, and their roles will become inactive on the date set here for last access.  These default access dates will be overridden for specific students if the institutional classlist data supplied to the automatic enrollment process includes entries for the startdate and enddate fields for those students.',
     );
     $lt{'ncds'} = &mt('changing default start and end access dates will affect [_1]future enrollments[_2] and also [_1]currently inactive[_2] students (i.e., those for whom access will begin in the future).','<b>','</b>');
-    $lt{'tcha'} = 'To change access dates for [_1]currently active[_2] students, use User Management -> "Manage Course Users" to display currently active students, then use the dropdown menu for "Action to take for selected users:" to choose "Change starting/ending dates", select the students to change, and click "Proceed".','<b>','</b>');
-    );
+    $lt{'tcha'} = &mt('To change access dates for [_1]currently active[_2] students, use User Management -> "Manage Course Users" to display currently active students, then use the dropdown menu for "Action to take for selected users:" to choose "Change starting/ending dates", select the students to change, and click "Proceed".','<b>','</b>');
     my $dateshow;
     if ( ($oldendshow eq '') && ($oldstartshow eq '') ) {
        $dateshow = "<br/>".&mt('Warning').". ".$lt{'cuno'}." ";




More information about the LON-CAPA-cvs mailing list