]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from 1.7 (lang string change)
authorvyshane <vyshane>
Mon, 16 Oct 2006 02:53:45 +0000 (02:53 +0000)
committervyshane <vyshane>
Mon, 16 Oct 2006 02:53:45 +0000 (02:53 +0000)
course/lib.php

index 419e306d23cf41a449f113672bfb00195576f89e..9a2bb0dbfbe58fae63f22c5a695fa88ed0a5238c 100644 (file)
@@ -2078,7 +2078,7 @@ function print_visible_setting($form, $course=NULL) {
     }
     
     echo '<tr valign="top">';
-    echo '<td align="right"><b>'.get_string('visibletostudents','',moodle_strtolower($course->students)).':</b></td>';
+    echo '<td align="right"><b>'.get_string('visible', '').':</b></td>';
     echo '<td align="left">';
     unset($choices);
     $choices[1] = get_string('show');