Преглед на файлове

Fix lang variable - refs BT#11024

Angel Fernando Quiroz Campos преди 8 години
родител
ревизия
667e6f0d69
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'));