--- loncom/interface/courseprefs.pm 2009/11/30 06:23:32 1.14 +++ loncom/interface/courseprefs.pm 2010/01/03 01:58:15 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.14 2009/11/30 06:23:32 raeburn Exp $ +# $Id: courseprefs.pm,v 1.15 2010/01/03 01:58:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1309,7 +1309,7 @@ sub print_courseinfo { } } if (!defined($categoriesform)) { - $categoriesform = &mt('No categories defined for this domain'); + $categoriesform = &mt('No categories defined in this domain.'); } my ($can_toggle_cat,$can_categorize) = &can_modify_catsettings($cdom,$crstype);