--- loncom/homework/lonhomework.pm 2005/07/14 02:40:10 1.214 +++ loncom/homework/lonhomework.pm 2005/08/18 16:08:31 1.217 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.214 2005/07/14 02:40:10 albertel Exp $ +# $Id: lonhomework.pm,v 1.217 2005/08/18 16:08:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -668,7 +668,7 @@ sub analyze { } } if (scalar(keys(%allparts)) == 0 ) { - $request->print('

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

'); + $request->print('

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

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