From f3a8e2909e24bb11345beaf9713fb52cd0ba46c9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 21 Mar 2019 17:29:47 -0500 Subject: [PATCH] Minor - Update language variable name - refs BT#15233 --- main/exercise/exercise.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/exercise/exercise.class.php b/main/exercise/exercise.class.php index d496bde466..c2348ae004 100755 --- a/main/exercise/exercise.class.php +++ b/main/exercise/exercise.class.php @@ -8386,7 +8386,7 @@ class Exercise 'radio', 'results_disabled', null, - get_lang('ExerciseShowOnlyCorrectAnswer'), + get_lang('ExerciseShowOnlyGlobalScoreAndCorrectAnswers'), '7', ['id' => 'result_disabled_7'] );