mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page
This commit is contained in:
parent
3c7d829b22
commit
b57ddf7b1d
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ $contextlevel = 0;
|
||||||
$component = '';
|
$component = '';
|
||||||
|
|
||||||
$strrisks = s(get_string('risks', 'role'));
|
$strrisks = s(get_string('risks', 'role'));
|
||||||
$strcapabilities = s(get_string('capabilities', 'role'));
|
// MDL-11687
|
||||||
|
$strcapabilities = 'Capabilities';//s(get_string('capabilities', 'role'));
|
||||||
|
|
||||||
// prepare legacy defaults
|
// prepare legacy defaults
|
||||||
if (!empty($role->legacytype)) {
|
if (!empty($role->legacytype)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue