--- loncom/homework/inputtags.pm 2003/12/22 22:24:21 1.125 +++ loncom/homework/inputtags.pm 2004/01/15 00:15:12 1.126 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.125 2003/12/22 22:24:21 albertel Exp $ +# $Id: inputtags.pm,v 1.126 2004/01/15 00:15:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -478,7 +478,7 @@ sub decideoutput { } if (lc($Apache::lonhomework::problemstatus) eq 'no' && $Apache::inputtags::status[-1] ne 'SHOW_ANSWER') { - $message = &mt("Answer Submitted"); + $message = &mt("Answer Submitted: Your final submission will be graded after the due date."); $bgcolor=$possiblecolors{'correct'}; $button=1; }