--- loncom/interface/courseprefs.pm 2011/06/05 12:59:47 1.45 +++ loncom/interface/courseprefs.pm 2011/07/28 04:26:36 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.45 2011/06/05 12:59:47 www Exp $ +# $Id: courseprefs.pm,v 1.46 2011/07/28 04:26:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1363,9 +1363,9 @@ sub store_changes { $output .= ''; } else { if ($crstype eq 'Community') { - $output = &mt('No changes made to community settings.'); + $output .= &mt('No changes made to community settings.'); } else { - $output = &mt('No changes made to course settings.'); + $output .= &mt('No changes made to course settings.'); } } }