--- loncom/interface/lonwhatsnew.pm 2008/12/20 01:39:47 1.84 +++ loncom/interface/lonwhatsnew.pm 2009/02/04 13:03:44 1.85 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.84 2008/12/20 01:39:47 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.85 2009/02/04 13:03:44 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1699,7 +1699,7 @@ sub display_coursediscussion { my $feedurl=&Apache::lonfeedback::get_feedurl($ressymb); my $disclink = $feedurl.'?symb='.$$unread{$ressymb}{symb}; if ($feedurl =~ /bulletinboard/) { - $type = 'Bulletin Board'; + $type = 'Discussion Board'; } if ($$unread{$ressymb}{'enclink'}) { $disclink = $$unread{$ressymb}{'enclink'}.'?symb='.$$unread{$ressymb}{'encsymb'};