--- trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm 2004/05/15 19:10:18 2116 +++ trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm 2004/05/15 19:13:43 2117 @@ -628,7 +628,7 @@ } else { my $addcount = add_selected($self, $db, $localSet); if($addcount > 0) { - $self->adderrmsg("Successfully added $addcount problem".(($addcount>1)?'s':''). + $self->addgoodmsg("Successfully added $addcount problem".(($addcount>1)?'s':''). " to $localSet."); } }