MDL-17372 new course reports string - role definition improvement
This commit is contained in:
+1
-1
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user