From: Chris S. <san...@us...> - 2005-10-20 14:05:50
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10308/lang/en Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** stack.php 20 Oct 2005 13:33:10 -0000 1.33 --- stack.php 20 Oct 2005 14:05:39 -0000 1.34 *************** *** 402,406 **** $string['ATPartFrac_diff_variables'] ='The variables in your answer are different to those of the question, please check them. '; $string['ATPartFrac_denom_ret'] ='If your answer is written as a single fraction then the denominator would be {$a[0]}. In fact, it should be {$a[1]}. '; ! $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]}. '; $string['ATSingFrac_error_list'] = $string['ATFacForm_error_list']; --- 402,406 ---- $string['ATPartFrac_diff_variables'] ='The variables in your answer are different to those of the question, please check them. '; $string['ATPartFrac_denom_ret'] ='If your answer is written as a single fraction then the denominator would be {$a[0]}. In fact, it should be {$a[1]}. '; ! $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]} '; $string['ATSingFrac_error_list'] = $string['ATFacForm_error_list']; |