From: tjhunt Date: Wed, 12 Nov 2008 10:12:33 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e8155bc33852cbd895d7f563dbce77246929cbd5;p=moodle.git Fix typo. --- diff --git a/lib/accesslib.php b/lib/accesslib.php index d538e3c843..2e0660879e 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -3328,7 +3328,7 @@ function print_context_name($context, $withprefix = true, $short = false) { case CONTEXT_COURSE: // 1 to 1 to course cat if ($context->instanceid == SITEID) { - $name = get_string('page', 'admin'); + $name = get_string('frontpage', 'admin'); } else { if ($course = $DB->get_record('course', array('id'=>$context->instanceid))) { if ($withprefix){