--- loncom/homework/inputtags.pm 2019/11/20 23:00:04 1.351 +++ loncom/homework/inputtags.pm 2019/11/21 14:48:31 1.352 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.351 2019/11/20 23:00:04 raeburn Exp $ +# $Id: inputtags.pm,v 1.352 2019/11/21 14:48:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1211,7 +1211,7 @@ sub decideoutput { } elsif ($award eq 'SIG_FAIL') { my ($used,$min,$max)=split(':',$awardmsg); my $word = ($used < $min) ? 'more' : 'fewer'; - $message = &mt("Submission not graded. Use $word digits.",$used); + $message = &mt("Submission not graded. Use $word significant figures."); if (&Apache::lonhomework::show_some_problem_status()) { $css_class=$possible_class{'no_charge_warn'}; } else {