--- loncom/interface/loncoursegroups.pm 2013/08/29 22:24:32 1.119 +++ loncom/interface/loncoursegroups.pm 2013/08/30 17:17:02 1.120 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.119 2013/08/29 22:24:32 raeburn Exp $ +# $Id: loncoursegroups.pm,v 1.120 2013/08/30 17:17:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3534,7 +3534,7 @@ sub process_membership { if ($num_ok) { my $msgall =''; foreach my $type (sort(keys(%added))) { - my $message = &mt('The following users were successfully $type"); + my $message = &mt("The following users were successfully $type"); if (!($type eq 'deleted' || $type eq 'expired')) { $message .= &mt(' with the following privileges'); }