Fixed the id of the string from null to nullgrade
This commit is contained in:
@@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
$string[''] = '';
|
||||
$string[''] = '';
|
||||
$string[''] = '';
|
||||
$string['null'] = '?';
|
||||
$string['nullgrade'] = '?';
|
||||
$string['formatpeergradeover'] = '$a->grade (<del>$a->gradinggrade</del> / <ins>$a->gradinggradeover</ins>)';
|
||||
$string['formatpeergrade'] = '$a->grade ($a->gradinggrade)';
|
||||
$string['accesscontrol'] = 'Access control';
|
||||
|
||||
Reference in New Issue
Block a user