Minor translation variable change

skala
Yannick Warnier 13 years ago
parent 984cd586a8
commit 9eb3ef3b39
  1. 2
      main/exercice/exercise_submit.php

@ -589,7 +589,7 @@ if ($question_count != 0) {
$error = get_lang('ThereAreNoQuestionsForThisExercise');
// if we are in the case where user select random by category, but didn't choose the number of random question
if ($objExercise->selectRandomByCat() > 0 && $objExercise->random <= 0) {
$error .= "<br/>".get_lang('pleaseSelectSomeRandomQuestion');
$error .= "<br/>".get_lang('PleaseSelectSomeRandomQuestion');
}
}

Loading…
Cancel
Save