mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added lang string
This commit is contained in:
parent
9250203ff5
commit
7654b2bb08
2 changed files with 3 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
|||
include_once('override.html');
|
||||
print_simple_box_end();
|
||||
} else {
|
||||
notice(get_string('nocapabilitiesincontext', 'moodle'),
|
||||
notice(get_string('nocapabilitiesincontext', 'role'),
|
||||
$CFG->wwwroot.'/admin/roles/override.php?contextid='.$contextid);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue