]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15134 lang string typo fix, thanks to David Mudrak
authorwildgirl <wildgirl>
Mon, 15 Sep 2008 14:21:01 +0000 (14:21 +0000)
committerwildgirl <wildgirl>
Mon, 15 Sep 2008 14:21:01 +0000 (14:21 +0000)
lang/en_utf8/question.php

index 1c4661945d76a3151ad46cc26ec4e10734e63160..f70aa22d8ffdc9ea83a8d57873fbdf0cc50bf5cb 100644 (file)
@@ -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';