$CFG->dirroot = "/web/moodle";
-// And where it can save files. This directory should be writeable
+// ...and where it can save files. This directory should be writeable
// by the web server user (usually 'nobody' or 'apache'), but it should
// not be accessible directly via the web.
// Choose a sitewide language - this will affect navigation, help etc
+// See lib/languages.php for a full list of standard language codes.
$CFG->lang = "en";