--- loncom/interface/lonpickcourse.pm 2009/05/08 17:22:17 1.81 +++ loncom/interface/lonpickcourse.pm 2009/05/14 09:58:31 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.81 2009/05/08 17:22:17 raeburn Exp $ +# $Id: lonpickcourse.pm,v 1.82 2009/05/14 09:58:31 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,13 +59,13 @@ sub handler { if (!defined($env{'form.type'})) { $type = 'Course'; } - $title = &mt('Selecting a [_1]',$type); + $title = 'Selecting a '.$type; # Setup for multiple course selections, if flag for multiples set. $multiple = $env{'form.multiple'}; if ($multiple) { ($jscript,$multelement) = &multiples_tag(); - $title = &mt('Selecting [_1](s)',lc($type)); + $title = 'Selecting '.$type.'(s)'; } # if called when a DC is selecting a course