| Update of /cvsroot/aimmath/moodle/lang/en
In directory sc8-pr-cvs1:/tmp/cvs-serv27017/lang/en
Modified Files:
	math_assignment.php 
Log Message:
Improved handling of URLs for problem and solution sheets fixing bugs and removing $math_assignment->problemscompile etc.
Index: math_assignment.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** math_assignment.php	16 Sep 2003 17:05:37 -0000	1.7
--- math_assignment.php	18 Sep 2003 11:16:15 -0000	1.8
***************
*** 24,28 ****
  $string['browsesource'] = "Browse AiM Source";
  $string['choosesubject'] = "Teachers choose AiM subject";
! $string['compiletex'] = "Compile file (if any) as TeX source and add AiM questions (if any)";
  $string['computer'] = "Computer";
  $string['comment'] = "Comment";
--- 24,28 ----
  $string['browsesource'] = "Browse AiM Source";
  $string['choosesubject'] = "Teachers choose AiM subject";
! $string['compiletex'] = "Files with a .tex or .latex extension will be compiled automatically. See help for details.";
  $string['computer'] = "Computer";
  $string['comment'] = "Comment";
 |