MDL-56646 mod_assign: Improve grade fix strings
This commit is contained in:
@@ -196,8 +196,8 @@ $string['expandreviewpanel'] = 'Expand review panel';
|
||||
$string['extensionduedate'] = 'Extension due date';
|
||||
$string['extensionnotafterduedate'] = 'Extension date must be after the due date';
|
||||
$string['extensionnotafterfromdate'] = 'Extension date must be after the allow submissions from date';
|
||||
$string['fixrescalednullgrades'] = 'This assignment contains some erroneous grades. You can <a href="{$a->link}">automatically repair</a> these grades. This may affect course totals.';
|
||||
$string['fixrescalednullgradesconfirm'] = 'Are you sure you want to fix erroneous grades? All broken grades will be removed. This may affect course totals.';
|
||||
$string['fixrescalednullgrades'] = 'This assignment contains some erroneous grades. You can <a href="{$a->link}">automatically fix these grades</a>. This may affect course totals.';
|
||||
$string['fixrescalednullgradesconfirm'] = 'Are you sure you want to fix erroneous grades? All affected grades will be removed. This may affect course totals.';
|
||||
$string['fixrescalednullgradesdone'] = 'Grades fixed.';
|
||||
$string['gradecanbechanged'] = 'Grade can be changed';
|
||||
$string['gradersubmissionupdatedtext'] = '{$a->username} has updated their assignment submission
|
||||
|
||||
Reference in New Issue
Block a user