--- loncom/interface/courseprefs.pm 2010/01/08 21:07:49 1.20 +++ loncom/interface/courseprefs.pm 2010/01/18 20:14:25 1.21 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.20 2010/01/08 21:07:49 faziophi Exp $ +# $Id: courseprefs.pm,v 1.21 2010/01/18 20:14:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1751,11 +1751,11 @@ sub print_feedback { my %sections = &Apache::loncommon::get_sections($cdom,$cnum); my @sections = sort( { $a <=> $b } keys(%sections)); my %lt = &Apache::lonlocal::texthash ( - currone => 'Current recipient:', - curmult => 'Current recipients:', - add => 'Additional recipient:', - del => 'Delete?', - sec => 'Sections:', + currone => 'Current recipient:', + currmult => 'Current recipients:', + add => 'Additional recipient:', + del => 'Delete?', + sec => 'Sections:', ); foreach my $item (@{$ordered}) { @@ -1823,7 +1823,7 @@ sub user_table { if ($num == 1) { $output .= $lt->{'currone'}; } else { - $output .= $lt->{'curmult'}; + $output .= $lt->{'currmult'}; } $output .= '
'. ''.$currusers.'
'. @@ -1940,11 +1940,11 @@ sub print_discussion { my %sections = &Apache::loncommon::get_sections($cdom,$cnum); my @sections = sort( { $a <=> $b } keys(%sections)); my %lt = &Apache::lonlocal::texthash ( - currone => 'Disallowed:', - curmult => 'Disallowed:', - add => 'Disallow more:', - del => 'Delete?', - sec => 'Sections:', + currone => 'Disallowed:', + currmult => 'Disallowed:', + add => 'Disallow more:', + del => 'Delete?', + sec => 'Sections:', ); foreach my $item (@{$ordered}) {