From 182311e493f315a343e77e0ac16a753c88f5fcec Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 16 Oct 2006 02:53:45 +0000 Subject: [PATCH] Merged from 1.7 (lang string change) --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5