--- loncom/interface/lonhtmlcommon.pm 2003/12/29 19:01:27 1.36 +++ loncom/interface/lonhtmlcommon.pm 2003/12/29 21:17:00 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.36 2003/12/29 19:01:27 www Exp $ +# $Id: lonhtmlcommon.pm,v 1.37 2003/12/29 21:17:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -437,11 +437,11 @@ sub StatusOptions { $Str .= ' size="'.$size.'" '; $Str .= '>'."\n"; $Str .= ''."\n"; + &mt('Currently Enrolled').''."\n"; $Str .= ''."\n"; + &mt('Previously Enrolled').''."\n"; $Str .= ''."\n"; + &mt('Any Enrollment Status').''."\n"; $Str .= ''."\n"; }