--- loncom/homework/essayresponse.pm 2006/12/05 02:55:54 1.80 +++ loncom/homework/essayresponse.pm 2007/01/08 11:12:44 1.81 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.80 2006/12/05 02:55:54 albertel Exp $ +# $Id: essayresponse.pm,v 1.81 2007/01/08 11:12:44 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -170,7 +170,7 @@ sub end_essayresponse { } elsif ($target eq 'answer') { $result.=&Apache::response::answer_header($$tagstack[-1]); - my $answer = &mt('Hand Graded.'); + my $answer = &mt('Essay will be hand graded.'); $result.=&Apache::response::answer_part($$tagstack[-1],$answer, {'no_verbatim' => 1}); $result.=&Apache::response::answer_footer($$tagstack[-1]);