--- loncom/interface/loncoursegroups.pm 2009/11/06 19:49:26 1.104 +++ loncom/interface/loncoursegroups.pm 2009/11/16 14:07:57 1.105 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.104 2009/11/06 19:49:26 raeburn Exp $ +# $Id: loncoursegroups.pm,v 1.105 2009/11/16 14:07:57 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1215,7 +1215,7 @@ sub delete_group { .''); } else { $r->print('
'); - if ($crstype eq 'Comunity') { + if ($crstype eq 'Community') { $r->print(&mt("Although the group was deleted, an error occurred when removing the group's folder from the 'Community Groups' folder: [_1]",$outcome)); } else { $r->print(&mt("Although the group was deleted, an error occurred when removing the group's folder from the 'Course Groups' folder: [_1]",$outcome)); @@ -1442,7 +1442,7 @@ $context) eq 'ok') { .'
'); } else { $r->print('
'); - if ($crstype eq 'Comunity') { + if ($crstype eq 'Community') { $r->print(&mt("Although the group was re-enabled, an error occurred when adding the group's folder to the 'Community Groups' folder: [_1]",$outcome)); } else { $r->print(&mt("Although the group was re-enabled, an error occurred when adding the group's folder to the 'Course Groups' folder: [_1]",$outcome));