From 29d06082cbe165c6f5b4f0d4d3a99c4d1fa95ea9 Mon Sep 17 00:00:00 2001 From: wildgirl Date: Mon, 15 Sep 2008 14:21:01 +0000 Subject: [PATCH] MDL-15134 lang string typo fix, thanks to David Mudrak --- lang/en_utf8/question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php index 1c4661945d..f70aa22d8f 100644 --- a/lang/en_utf8/question.php +++ b/lang/en_utf8/question.php @@ -144,7 +144,7 @@ $string['questiondoesnotexist'] = 'This question does not exist'; $string['questionsaveerror'] = 'Errors occur during saving question - ($a)'; $string['questionsmovedto'] = 'Questions still in use moved to "$a" in the parent course category.'; $string['questionsrescuedfrom'] = 'Questions saved from context $a.'; -$string['questionsrescuedfrominfo'] = 'These questions (some of which may be hidden) where saved when context $a was deleted because they are still used by some quizzes or other activities.'; +$string['questionsrescuedfrominfo'] = 'These questions (some of which may be hidden) were saved when context $a was deleted because they are still used by some quizzes or other activities.'; $string['questionuse'] = 'Use question in this activity'; $string['saveflags'] = 'Save the state of the flags'; $string['shareincontext'] = 'Share in context for $a'; -- 2.39.5