From: Chris S. <san...@us...> - 2005-07-14 16:18:27
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8501/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.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** stack.php 14 Jul 2005 12:53:40 -0000 1.10 --- stack.php 14 Jul 2005 16:18:18 -0000 1.11 *************** *** 308,311 **** --- 308,313 ---- $string['ATFacForm_notalgequiv'] = 'Note that your answer is not algebarically equivalent to the correct answer. You must have done something wrong. '; // needs a space at the end. + $string['ATPartFrac_error_list'] = $string['ATFacForm_error_list']; + $string['ATInt_error_list'] = $string['ATFacForm_error_list']; $string['ATInt_const_int'] = 'You need to add a constant of integration. This should be an arbitrary constant, not a number.'; |