--- loncom/homework/inputtags.pm 2019/11/20 23:07:39 1.333.2.8 +++ loncom/homework/inputtags.pm 2019/12/04 02:10:23 1.333.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.333.2.8 2019/11/20 23:07:39 raeburn Exp $ +# $Id: inputtags.pm,v 1.333.2.9 2019/12/04 02:10:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1201,7 +1201,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.",$used); if (&Apache::lonhomework::show_some_problem_status()) { $css_class=$possible_class{'no_charge_warn'}; } else {