--- loncom/interface/lonannounce.pm 2010/02/13 16:47:38 1.81 +++ loncom/interface/lonannounce.pm 2010/03/16 20:10:13 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network # Announce # -# $Id: lonannounce.pm,v 1.81 2010/02/13 16:47:38 raeburn Exp $ +# $Id: lonannounce.pm,v 1.82 2010/03/16 20:10:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,7 +62,7 @@ sub editfield { 'end' => 'Ending date', 'incrss' => 'Include in course RSS newsfeed'); if ($crstype eq 'Community') { - $lt{'anon'} = &mt('Community Announcements'); + $lt{'annon'} = &mt('Community Announcements'); $lt{'incrss'} = &mt('Include in community RSS newsfeed'); }