From: vyshane Date: Mon, 16 Oct 2006 02:53:45 +0000 (+0000) Subject: Merged from 1.7 (lang string change) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=182311e493f315a343e77e0ac16a753c88f5fcec;p=moodle.git Merged from 1.7 (lang string change) --- diff --git a/course/lib.php b/course/lib.php index 419e306d23..9a2bb0dbfb 100644 --- a/course/lib.php +++ b/course/lib.php @@ -2078,7 +2078,7 @@ function print_visible_setting($form, $course=NULL) { } echo ''; - echo ''.get_string('visibletostudents','',moodle_strtolower($course->students)).':'; + echo ''.get_string('visible', '').':'; echo ''; unset($choices); $choices[1] = get_string('show');