[Aimmath-commit] moodle/lang/en math_assignment.php,1.16,1.17
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-25 15:02:35
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv24998/lang/en Modified Files: math_assignment.php Log Message: Added 'email students' button to view.php for markers / lecturers to press once the scripts have been returned. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** math_assignment.php 24 Sep 2003 11:52:46 -0000 1.16 --- math_assignment.php 25 Sep 2003 15:02:22 -0000 1.17 *************** *** 36,39 **** --- 36,40 ---- $string['editquiz'] = "AiM Quiz Administration"; $string['editsubject'] = "AiM Subject Administration"; + $string['emailstudents'] = "Email Students"; $string['externalurl'] = "link to URL"; $string['failed'] = "Error : Could not save the changes made."; |