Browse Source

Minor translation variable change

Yannick Warnier 13 years ago
parent
commit
9eb3ef3b39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercice/exercise_submit.php

+ 1 - 1
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');
 	}
 }