From 45c90006538f8a3118d46eaf3a5d5770f4574674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sun, 3 Sep 2023 12:20:48 +0200 Subject: [PATCH] MDL-79244 backup: fix typo for questioncannotberestored. AMOS BEGIN MOV [questionegorycannotberestored,backup],[questioncannotberestored,backup] AMOS END --- lang/en/backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/backup.php b/lang/en/backup.php index 1a243388658..c7ac6645ced 100644 --- a/lang/en/backup.php +++ b/lang/en/backup.php @@ -309,7 +309,7 @@ $string['privacy:metadata:backup_controllers:type'] = 'The type of the item bein $string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore'; $string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore'; $string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore'; -$string['questionegorycannotberestored'] = 'The questions "{$a->name}" cannot be created by restore'; +$string['questioncannotberestored'] = 'The questions "{$a->name}" cannot be created by restore'; $string['restoreactivity'] = 'Restore activity'; $string['restorecourse'] = 'Restore course'; $string['restorecoursesettings'] = 'Course settings';