--- loncom/interface/lonbulletin.pm 2009/12/08 10:26:21 1.54 +++ loncom/interface/lonbulletin.pm 2009/12/08 13:33:12 1.55 @@ -1,7 +1,7 @@ # The LearningOnline Network # Bulletin Board Handler # -# $Id: lonbulletin.pm,v 1.54 2009/12/08 10:26:21 wenzelju Exp $ +# $Id: lonbulletin.pm,v 1.55 2009/12/08 13:33:12 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,7 +253,7 @@ sub handler { } #Image in Student view. elsif($syllabus{'uploaded.photourl'} && $target ne 'tex'){ - $r->print(''); + $r->print(''.&mt('Image').''); } foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed)) {