--- loncom/interface/loncommon.pm 2010/01/19 15:56:15 1.931 +++ loncom/interface/loncommon.pm 2010/01/19 16:06:49 1.932 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.931 2010/01/19 15:56:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.932 2010/01/19 16:06:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -483,9 +483,9 @@ ENDAUTHORBRW sub coursebrowser_javascript { my ($domainfilter,$sec_element,$formname,$role_element,$crstype) = @_; - my $wintitle = &mt('Course Browser'); + my $wintitle = 'Course_Browser'; if ($crstype eq 'Community') { - $wintitle = &mt('Community Browser'); + $wintitle = 'Community_Browser'; } my $id_functions = &javascript_index_functions(); my $output = '