--- loncom/interface/lonwhatsnew.pm 2009/02/24 16:16:35 1.90 +++ loncom/interface/lonwhatsnew.pm 2009/10/30 16:31:39 1.96 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.90 2009/02/24 16:16:35 hauer Exp $ +# $Id: lonwhatsnew.pm,v 1.96 2009/10/30 16:31:39 bisitz 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,7 +354,7 @@ 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 '.$lctype.'[_4] or for [_5]all your courses/communities[_6].' ,'' ,'' ,'' @@ -383,7 +383,7 @@ sub display_actions_box { } if ($result) { - $r->print($result.'
'); + $r->print($result.'
'); } $r->rflush(); @@ -1161,9 +1161,9 @@ sub getnormalmail { if (($fromcid) && ($fromcid eq $env{'request.course.id'})) { if (defined($sendtime) && $sendtime!~/error/) { my $numsendtime = $sendtime; - $sendtime = &Apache::lonlocal::locallocaltime($sendtime); if ($status eq 'new') { - $msgcount ++; + $sendtime = &Apache::lonlocal::locallocaltime($sendtime); + $msgcount ++; if ($shortsubj eq '') { $shortsubj = &mt('No subject'); }