Index: debug.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/debug.php,v retrieving revision 1.2 diff -u -r1.2 debug.php --- debug.php 10 Apr 2008 03:44:25 -0000 1.2 +++ debug.php 10 Apr 2008 10:34:37 -0000 @@ -8,7 +8,7 @@ $string['cannotsetupsite'] = 'Serious Error! Could not set up the site!'; $string['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.'; $string['dbnotinsert'] = 'Database error - Cannot insert ($a)'; -$string['dbnotupdate'] = 'Database error - Cannot update ($a)' +$string['dbnotupdate'] = 'Database error - Cannot update ($a)'; $string['dbnotsupport'] = 'Error: Your database ($a) is not yet fully supported by Moodle or install.xml is not present. See the lib/db directory.'; $string['dbnotsetup'] = 'Error: Main databases NOT set up successfully'; $string['doesnotworkwitholdversion'] = 'This script does not work with this old verion of moodle';