--- loncom/homework/grades.pm 2008/07/08 05:29:24 1.526 +++ loncom/homework/grades.pm 2008/07/08 08:08:44 1.527 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.526 2008/07/08 05:29:24 raeburn Exp $ +# $Id: grades.pm,v 1.527 2008/07/08 08:08:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4523,7 +4523,7 @@ sub updateGradeByPage { my ($mapUrl, $id, $resUrl) = &Apache::lonnet::decode_symb( $env{'form.page'}); my $map = $navmap->getResourceByUrl($resUrl); # add to navmaps if (!$map) { - $request->print(''.&mt('Unable to grade requested sequence ([_1]).',$resUrl').''); + $request->print(''.&mt('Unable to grade requested sequence ([_1]).',$resUrl).''); my ($symb)=&get_symb($request); $request->print(&show_grading_menu_form($symb)); return;