mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fixed the id of the string from null to nullgrade
This commit is contained in:
parent
1f5a559590
commit
caee9bfca2
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user