From: Chris S. <san...@us...> - 2011-01-24 09:47:29
|
Update of /cvsroot/stack/stack-dev/lang/en In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24177/lang/en Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lang/en/stack.php,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** stack.php 20 Jan 2011 18:17:39 -0000 1.162 --- stack.php 24 Jan 2011 09:47:20 -0000 1.163 *************** *** 352,356 **** $string['ATNumSigFigs_error_list'] = $string['ATFacForm_error_list']; $string['ATNumSigFigs_NotDecimal'] = 'Your answer should be a decimal number, but is not! '; ! $string['ATNumSigFigs_Inaccurate'] = 'The accuracy of your answer is not correct. Either you have rounded correctly, or you have rounded an intermediate answer which propagates an error.'; $string['ATNumSigFigs_WrongDigits'] = 'Your answer contains the wrong number of significant digits. '; --- 352,356 ---- $string['ATNumSigFigs_error_list'] = $string['ATFacForm_error_list']; $string['ATNumSigFigs_NotDecimal'] = 'Your answer should be a decimal number, but is not! '; ! $string['ATNumSigFigs_Inaccurate'] = 'The accuracy of your answer is not correct. Either you have not rounded correctly, or you have rounded an intermediate answer which propagates an error.'; $string['ATNumSigFigs_WrongDigits'] = 'Your answer contains the wrong number of significant digits. '; |