--- loncom/homework/inputtags.pm 2001/01/10 21:49:43 1.23 +++ loncom/homework/inputtags.pm 2001/01/10 22:18:11 1.24 @@ -163,7 +163,7 @@ sub decideoutput { my $message=''; my $button=0; if ($award eq 'EXACT_ANS' || $award eq 'APPROX_ANS' ) { - $message = "You are correct. You receipt is ".&Apache::lonnet::receipt; + $message = "You are correct. Your receipt is ".&Apache::lonnet::receipt; $button=0; } elsif ($award eq 'NO_RESPONSE') { $message = '';