--- loncom/interface/lonsearchcat.pm 2008/12/19 23:24:49 1.303 +++ loncom/interface/lonsearchcat.pm 2009/02/10 09:30:16 1.304 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.303 2008/12/19 23:24:49 raeburn Exp $ +# $Id: lonsearchcat.pm,v 1.304 2009/02/10 09:30:16 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -566,7 +566,7 @@ sub course_search { if ($url =~m#^adm/wrapper/adm/.*/bulletinboard$#) { $url =~s#^adm/wrapper##; } - $disctype = &mt('bulletin board'); + $disctype = &mt('discussion board'); } else { $url = '/res/'.$url; } @@ -704,7 +704,7 @@ sub print_basic_search_form { 'note' => 'Enter terms or phrases, then press "Search" below', 'use' => 'use related words', 'full' =>'fulltext search (time consuming)', - 'disc' => 'search discussion postings (resources and bulletin boards)', + 'disc' => 'search discussion postings (resources and discussion boards)', ); $scrout.=(<