--- loncom/homework/lonhomework.pm 2004/01/28 15:45:44 1.161 +++ loncom/homework/lonhomework.pm 2004/01/29 18:51:28 1.162 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.161 2004/01/28 15:45:44 albertel Exp $ +# $Id: lonhomework.pm,v 1.162 2004/01/29 18:51:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -490,12 +490,12 @@ sub analyze { } $request->print(''); } else { - $request->print('

'.&mt('Part').' '.$part.' '. + $request->print('

'.&mt('Response').' '.$part.' '. &mt('is not analyzable at this time').'

'); } } if (scalar(keys(%allparts)) == 0 ) { - $request->print('

'.&mt('Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.').'

'); + $request->print('

'.&mt('Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.').'

'); } &Apache::lonhtmlcommon::Close_PrgWin($request,\%prog_state); &analyze_footer($request);