Explorar o código

Fix lang variable - refs BT#11024

Angel Fernando Quiroz Campos %!s(int64=8) %!d(string=hai) anos
pai
achega
667e6f0d69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'));