From: Chris S. <san...@us...> - 2005-08-19 22:13:24
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19854/lang/en Modified Files: Tag: development_xmlrqp stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.16.2.3 retrieving revision 1.16.2.4 diff -C2 -d -r1.16.2.3 -r1.16.2.4 *** stack.php 16 Aug 2005 15:51:35 -0000 1.16.2.3 --- stack.php 19 Aug 2005 22:13:15 -0000 1.16.2.4 *************** *** 12,15 **** --- 12,16 ---- $string['TrySTACKQuiz'] = 'Try a STACK quiz'; + $string['ReviewSTACKQuiz'] = 'Review a STACK quiz'; $string['STACKHomePage'] = 'STACK home page'; $string['Home'] = 'Home'; *************** *** 86,90 **** $string['TeacherAnsIs'] = 'The teacher\'s answer is'; ! $string['ThisCanDisplay'] = 'This can be displayed as'; $string['WorkedSolution'] = 'Worked solution'; $string['NoSolution'] = '[No solution available]'; --- 87,91 ---- $string['TeacherAnsIs'] = 'The teacher\'s answer is'; ! $string['ThisCanDisplay'] = 'This can be entered as'; $string['WorkedSolution'] = 'Worked solution'; $string['NoSolution'] = '[No solution available]'; |