Skip to content

Commit e36177d

Browse files
authored
Minor: Fix language term
1 parent 47d634f commit e36177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/exercise/unique_answer.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function validateAnswers($form)
358358
}
359359

360360
if ($weighting === '' || !is_numeric($weighting)) {
361-
$errors[] = sprintf(get_lang('WeightingMustBeNumeric'), $i);
361+
$errors[] = sprintf(get_lang('ScoreMustBeNumeric'), $i);
362362
$error_fields[] = "weighting[$i]";
363363
}
364364

0 commit comments

Comments
 (0)