From: Arnie P. v. a. <we...@ma...> - 2005-11-18 15:51:36
|
Log Message: ----------- Make notification message more explicit. Modified Files: -------------- webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor: SendMail.pm Revision Data ------------- Index: SendMail.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -Llib/WeBWorK/ContentGenerator/Instructor/SendMail.pm -Llib/WeBWorK/ContentGenerator/Instructor/SendMail.pm -u -r1.43 -r1.44 --- lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm +++ lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm @@ -458,7 +458,7 @@ $self->print_preview($setID); } elsif (($response eq 'send_email')){ my $message = CGI::i("Email is being sent to ". scalar(@{$self->{ra_send_to}})." recipients. You will be notified" - ." when the task is completed. This may take several minutes if the class is large." + ." by email when the task is completed. This may take several minutes if the class is large." ); $self->addgoodmessage($message); $self->{message} .= $message; |