--- loncom/interface/loncreateuser.pm 2009/08/14 16:43:32 1.295.2.7 +++ loncom/interface/loncreateuser.pm 2009/08/19 19:05:03 1.295.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.295.2.7 2009/08/14 16:43:32 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.295.2.9 2009/08/19 19:05:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3984,7 +3984,7 @@ sub add_script { return ''."\n"; } @@ -5966,7 +5966,7 @@ sub update_selfenroll_config { if ($currlimit eq 'allstudents') { $newval = &mt('New self-enrollment no longer allowed when total (all students) reaches [_1].',$newcap); } elsif ($changes{'internal.selfenroll_limit'} eq 'selfenrolled') { - $newval = &mt('New self-enrollment no longer allowed when total umber of self-enrolled students reaches [_1].',$newcap); + $newval = &mt('New self-enrollment no longer allowed when total number of self-enrolled students reaches [_1].',$newcap); } } $r->print('
  • '.&mt('"[_1]" set to "[_2]".',$title,$newval).'
  • '."\n");