--- loncom/homework/grades.pm 2006/06/12 00:34:45 1.360 +++ loncom/homework/grades.pm 2006/06/12 18:56:22 1.361 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.360 2006/06/12 00:34:45 banghart Exp $ +# $Id: grades.pm,v 1.361 2006/06/12 18:56:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1556,7 +1556,7 @@ sub handback_box { $file_disp = "$name.$ext"; $file = $file_path.$file_disp; $result.=&mt('Return commented version of [_1] to student.', - ''.$file_disp.''); + ''.$file_disp.''); $result.=''."\n"; $result.='
'; $file_counter++;