--- loncom/homework/essayresponse.pm 2006/10/17 17:09:44 1.78 +++ loncom/homework/essayresponse.pm 2006/10/23 10:00:29 1.79 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.78 2006/10/17 17:09:44 albertel Exp $ +# $Id: essayresponse.pm,v 1.79 2006/10/23 10:00:29 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -171,7 +171,7 @@ sub end_essayresponse { } elsif ($target eq 'answer') { $result.=&Apache::response::answer_header($$tagstack[-1]); - my $answer = &mt('Answer for essay will be hand graded.'); + my $answer = &mt('Hand Graded.'); $result.=&Apache::response::answer_part($$tagstack[-1],$answer, {'no_verbatim' => 1}); $result.=&Apache::response::answer_footer($$tagstack[-1]);