Skip to content
Snippets Groups Projects
Commit e7078811 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Correct mistyping of language string in previous commit.

parent 5daaf4b1
Branches
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ $string['optionsnotrequired'] = 'This input type does not require any options.';
$string['penalty'] = 'Penalty';
$string['penalty_help'] = 'The penalty scheme deducts this value from the result of each PRT for each different and valid attempt which is not completely correct.';
$string['penalty_link'] = '%%WWWROOT%%/question/type/stack/doc/doc.php/Authoring/Feedback.md';
$string['penaltyf'] = 'The penalty must be a numeric value between 0 and 1 or a variable (which is not checked).';
$string['penaltyerror'] = 'The penalty must be a numeric value between 0 and 1 or a variable (which is not checked).';
$string['penaltyerror2'] = 'The penalty must empty, or be a numeric value between 0 and 1.';
$string['prtcorrectfeedback'] = 'Standard feedback for correct';
$string['prtheading'] = 'Potential response tree: {$a}';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment