--- loncom/interface/courseprefs.pm 2010/03/22 04:26:50 1.26 +++ loncom/interface/courseprefs.pm 2010/05/22 16:39:13 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.26 2010/03/22 04:26:50 raeburn Exp $ +# $Id: courseprefs.pm,v 1.28 2010/05/22 16:39:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -361,7 +361,7 @@ sub handler { }, }, 'localization' => - { text => 'Language & Time Localization', + { text => 'Language and Time Localization', help => 'Course_Environment', ordered => ['languages','timezone','datelocale'], itemtext => { @@ -3301,7 +3301,7 @@ sub substitution_selector { a => 'assignment note', ); my $output .= &mt('Substitution').'
'. - ''; if ($subst eq '') { $output .= ''; }