From: Chris S. <san...@us...> - 2010-11-30 11:44:30
|
Update of /cvsroot/stack/stack-dev/lang/en In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11170/lang/en Modified Files: Tag: grobner stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lang/en/stack.php,v retrieving revision 1.160.2.3 retrieving revision 1.160.2.4 diff -C2 -d -r1.160.2.3 -r1.160.2.4 *** stack.php 9 Nov 2010 14:50:20 -0000 1.160.2.3 --- stack.php 30 Nov 2010 11:44:21 -0000 1.160.2.4 *************** *** 1334,1338 **** $string['matrix_noDim'] = 'Could not get matrix dimensions, Please check Teachers answer is a matrix.'; ! $string['list_label'] = 'Label'; $string['list_display'] = 'Displayed'; $string['list_input_type'] = 'Display Type'; --- 1334,1338 ---- $string['matrix_noDim'] = 'Could not get matrix dimensions, Please check Teachers answer is a matrix.'; ! $string['list_label'] = 'Value'; $string['list_display'] = 'Displayed'; $string['list_input_type'] = 'Display Type'; |