Skip to content

Commit

Permalink
Removed 'student' from lang string for module visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Oct 16, 2006
1 parent bf252c1 commit 3b25328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 3b25328

Please sign in to comment.