mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
changed string 'penalty' to 'penaltyfactor'
This commit is contained in:
parent
11e977d8c2
commit
f7cb98c5ed
9 changed files with 18 additions and 17 deletions
|
@ -72,7 +72,8 @@ $string['notypeselected'] = 'No type selected';
|
|||
$string['numberabbr'] = '#';
|
||||
$string['outof'] = ' out of a maximum of ';
|
||||
$string['partiallycorrect'] = 'Partially correct';
|
||||
$string['penalty'] = 'Penalty factor';
|
||||
$string['penalty'] = 'Penalty';
|
||||
$string['penaltyfactor'] = 'Penalty factor';
|
||||
$string['penaltyscheme'] = 'Apply penalties';
|
||||
$string['previewquiz'] = 'Preview quiz';
|
||||
$string['previous'] = 'Previous state';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue