--- loncom/interface/lonwhatsnew.pm 2009/06/30 14:02:33 1.94 +++ loncom/interface/lonwhatsnew.pm 2009/10/26 22:30:50 1.95 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.94 2009/06/30 14:02:33 bisitz Exp $ +# $Id: lonwhatsnew.pm,v 1.95 2009/10/26 22:30:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -288,7 +288,7 @@ sub display_actions_box { my $lctype = lc($crstype); my %stulabel = ( 'Course' => 'students', - 'Group' => 'members', + 'Community' => 'members', ); my %lt = &Apache::lonlocal::texthash( 'yacc' => 'You are accessing an invalid course', @@ -354,11 +354,11 @@ sub display_actions_box { .' ' .&mt('Currently: [_1].',''.$currinit.'') .'  ' - .&mt('[_1]Change[_2] for just [_3]this course[_4] or for all [_5]your courses[_6].' + .&mt('[_1]Change[_2] for just [_3]this [_4] or for all [_5]your courses/communities[_6].' ,'' ,'' ,'' - ,'' + ,$lctype.'' ,'' ,'') .'

');