From c62d5bb17f737b0338b6bbcaefa5578fa8c8bb78 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 3 Oct 2023 11:22:55 +0800 Subject: [PATCH] MDL-78580 mod_quiz: Do not concatenate lang strings --- mod/quiz/report/statistics/lang/en/quiz_statistics.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/quiz/report/statistics/lang/en/quiz_statistics.php b/mod/quiz/report/statistics/lang/en/quiz_statistics.php index d4ed1e6c329..c66d34cbb7a 100644 --- a/mod/quiz/report/statistics/lang/en/quiz_statistics.php +++ b/mod/quiz/report/statistics/lang/en/quiz_statistics.php @@ -64,8 +64,7 @@ $string['firstattemptscount'] = 'Number of complete graded first attempts'; $string['frequency'] = 'Frequency'; $string['getstatslockprogress'] = 'Waiting for task in progress. Please wait or try again later.'; $string['getstatslocktimeout'] = 'Statistics calculation lock timeout'; -$string['getstatslocktimeoutdesc'] = 'How many seconds to wait for a lock when attempting to perform a statistics calculation ' . - 'for a quiz. This setting primarily exists for testing, do not modify it unless you know what you are doing.'; +$string['getstatslocktimeoutdesc'] = 'How many seconds to wait for a lock when attempting to perform a statistics calculation for a quiz. This setting primarily exists for testing, do not modify it unless you know what you are doing.'; $string['highestattempts'] = 'highest graded attempt'; $string['highestattemptsavg'] = 'Average grade of highest graded attempts'; $string['intended_weight'] = 'Intended weight';