--- loncom/interface/courseprefs.pm 2010/01/18 20:14:25 1.21 +++ loncom/interface/courseprefs.pm 2010/01/27 13:08:01 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.21 2010/01/18 20:14:25 raeburn Exp $ +# $Id: courseprefs.pm,v 1.22 2010/01/27 13:08:01 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -862,16 +862,16 @@ sub store_changes { $output .= '

'.&mt($prefs->{$item}{'text'}).'

'; if (ref($changes->{$item}) eq 'HASH') { if (keys(%{$changes->{$item}}) > 0) { - $output .= &mt('Changes made:').'