From 6c975b04ba79d31012f86e3b7afb65b56f3af531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 11 Nov 2023 11:59:01 +0100 Subject: [PATCH] Amend the report display options strings. --- lang/en/quiz_archive.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/quiz_archive.php b/lang/en/quiz_archive.php index f9dd8b8..7fafe60 100644 --- a/lang/en/quiz_archive.php +++ b/lang/en/quiz_archive.php @@ -30,5 +30,5 @@ $string['privacy:metadata'] = 'The quiz archive plugin does not store any personal data about any user.'; // OPTIONS. -$string['includehistory'] = 'Include response history'; -$string['includecorrectanswer'] = 'Include correct answer'; +$string['includehistory'] = 'Include response history table'; +$string['includecorrectanswer'] = 'Include correct answer banner';