Procházet zdrojové kódy

Fix lang variable - refs BT#11024

Angel Fernando Quiroz Campos před 8 roky
rodič
revize
667e6f0d69
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      main/exercise/exercise.class.php

+ 1 - 1
main/exercise/exercise.class.php

@@ -2191,7 +2191,7 @@ class Exercise
             $form->addCheckBox(
                 'save_correct_answers',
                 null,
-                get_lang('Save the correct answers for the next attempt')
+                get_lang('SaveTheCorrectAnswersForTheNextAttempt')
             );
             $form->addElement('html','<div class="clear">&nbsp;</div>');
             $form->addElement('checkbox', 'review_answers', null, get_lang('ReviewAnswers'));