--- loncom/homework/inputtags.pm 2003/06/23 16:43:40 1.106 +++ loncom/homework/inputtags.pm 2003/06/24 19:18:01 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.106 2003/06/23 16:43:40 albertel Exp $ +# $Id: inputtags.pm,v 1.107 2003/06/24 19:18:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -374,7 +374,7 @@ sub decideoutput { $bgcolor=$possiblecolors{'not_charged_try'}; $button = 1; } elsif ($award eq 'ERROR') { - $message = 'An error occured while trying to grade answer.'; + $message = 'An error occured while grading your answer.'; $bgcolor=$possiblecolors{'not_charged_try'}; $button = 1; } elsif ($award eq 'TOO_LONG') {