--- loncom/homework/inputtags.pm 2011/03/05 20:06:33 1.279 +++ loncom/homework/inputtags.pm 2011/03/05 20:32:02 1.280 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.279 2011/03/05 20:06:33 raeburn Exp $ +# $Id: inputtags.pm,v 1.280 2011/03/05 20:32:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1525,7 +1525,7 @@ sub previous_tries { my $awarded = $Apache::lonhomework::history{"$prefix.awarded"}; my $txt_correct = &mt('Correct'); if ($awarded < 1 && $awarded > 0) { - $txt_correct=&mt('Partially correct'); + $txt_correct=&mt('Partially Correct'); } elsif ($awarded < 1) { if ($awarded eq '') { $txt_correct='';