--- loncom/interface/lonhtmlcommon.pm 2006/08/08 19:02:04 1.151 +++ loncom/interface/lonhtmlcommon.pm 2006/08/08 19:10:54 1.152 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.151 2006/08/08 19:02:04 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.152 2006/08/08 19:10:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -700,7 +700,7 @@ sub StatusOptions { $Str .= ' size="'.$size.'" '; $Str .= '>'."\n"; foreach my $type (['Active', &mt('Currently Enrolled')], - ['Future', &mt('Future Enrolled')], + ['Future', &mt('Future Enrollment')], ['Expired', &mt('Previously Enrolled')], ['Any', &mt('Any Enrollment Status')]) { my ($name,$label) = @$type;