MDL-17372 new course reports string - role definition improvement

This commit is contained in:
skodak
2008-11-29 16:28:21 +00:00
parent 1a16c4486c
commit cecd63c9f2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3875,7 +3875,7 @@ function get_component_string($component, $contextlevel) {
|| preg_match('|^gradereport/|', $component)) {
$string = get_string('gradebook', 'admin');
} else if (preg_match('|^coursereport/|', $component)) {
$string = get_string('reports');
$string = get_string('coursereports');
} else {
$string = get_string('course');
}