Fixed the id of the string from null to nullgrade

This commit is contained in:
David Mudrak 2010-01-04 18:10:08 +00:00
parent 1f5a559590
commit caee9bfca2

View File

@ -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';