--- loncom/homework/grades.pm 2011/11/29 17:00:19 1.664 +++ loncom/homework/grades.pm 2011/11/30 23:24:49 1.665 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.664 2011/11/29 17:00:19 raeburn Exp $ +# $Id: grades.pm,v 1.665 2011/11/30 23:24:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6909,7 +6909,7 @@ sub scantron_get_correction { .&mt('The ID on the form is [_1]', "$$scan_record{'scantron.ID'}") .'
' - .&mt('The name on the paper is [_2], [_3]', + .&mt('The name on the paper is [_1], [_2]', $$scan_record{'scantron.LastName'}, $$scan_record{'scantron.FirstName'}) .'

';