--- loncom/interface/lonpdfupload.pm 2009/05/21 05:57:50 1.9 +++ loncom/interface/lonpdfupload.pm 2009/05/23 04:07:09 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpdfupload.pm,v 1.9 2009/05/21 05:57:50 raeburn Exp $ +# $Id: lonpdfupload.pm,v 1.10 2009/05/23 04:07:09 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -310,7 +310,7 @@ sub grade_problem { sub parse_grade_answer { my ($shortcut) = @_; my %answerhash = ('EXACT_ANS' => &mt('You are correct.'), - 'APPROX_ANS' => &mt('You are approximated right'), + 'APPROX_ANS' => &mt('You are correct.'), 'INCORRECT' => &mt('You are incorrect'), );