--- loncom/homework/grades.pm 2009/04/15 17:02:35 1.561 +++ loncom/homework/grades.pm 2009/04/16 16:36:32 1.562 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.561 2009/04/15 17:02:35 bisitz Exp $ +# $Id: grades.pm,v 1.562 2009/04/16 16:36:32 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9102,7 +9102,7 @@ sub handler { } elsif ($command eq 'checksubmissions' && $perm{'vgr'}) { $request->print(&checkscantron_results($request)); } elsif ($command) { - $request->print("Access Denied ($command)"); + $request->print('

'.&mt('Access Denied ([_1])',$command).'

'); } } if ($ssi_error) {