mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-48634 grades: Add an option to rescale when changing the maxgrade
This commit is contained in:
parent
9d5d9c64ff
commit
d629c601c5
12 changed files with 422 additions and 11 deletions
|
@ -123,6 +123,7 @@ $string['cannotreadfile'] = 'Cannot read file ({$a})';
|
|||
$string['cannotreadtmpfile'] = 'Error reading temporary file';
|
||||
$string['cannotreaduploadfile'] = 'Could not read uploaded file';
|
||||
$string['cannotremovefrommeta'] = 'Could not remove the selected course from this meta course!';
|
||||
$string['cannotreprocessgrades'] = 'Could not reprocess grades for this activity {$a}';
|
||||
$string['cannotresetguestpwd'] = 'You cannot reset the guest password';
|
||||
$string['cannotresetmail'] = 'Error resetting password and mailing you';
|
||||
$string['cannotresetthisrole'] = 'Cannot reset this role';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue