From: Simon H. <sim...@us...> - 2010-11-01 18:18:38
|
Update of /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/lang/en_utf8 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12921/opaque/moodleModule/opaque/lang/en_utf8 Modified Files: qtype_opaque.php Log Message: Stable interim commit towards deployment updating. Index: qtype_opaque.php =================================================================== RCS file: /cvsroot/stack/stack-dev/opaque/moodleModule/opaque/lang/en_utf8/qtype_opaque.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** qtype_opaque.php 30 Sep 2010 16:56:22 -0000 1.26 --- qtype_opaque.php 1 Nov 2010 18:18:30 -0000 1.27 *************** *** 75,78 **** --- 75,79 ---- $string['preview'] = 'Preview'; $string['deploy'] = 'Deploy'; + $string['deployingQuestion'] = 'Deploying question'; $string['prime'] = 'Prime'; $string['nodeployed'] = 'Number deployed'; *************** *** 141,144 **** --- 142,146 ---- $string['stackDeploy_button_undeploy'] = 'Undeploy'; $string['stackDeploy_button_prime'] = 'Prime'; + $string['stackDeploy_button_update'] = 'Update'; // MUST match up with $string['stackDeploy_button_update'] in stack.php //get_string('', 'qtype_opaque') |