mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merged from 1.7 (lang string change)
This commit is contained in:
parent
c4ce5def5a
commit
182311e493
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user