From a49e92a4e993eee50c826265add910f9310d1e90 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 31 Oct 2011 15:35:07 +0000 Subject: [PATCH] MDL-29164 question import, missing lang string. AMOS BEGIN MOV [noquestionsinfile,mod_quiz],[noquestionsinfile,question] AMOS END --- lang/en/question.php | 1 + mod/quiz/lang/en/quiz.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/question.php b/lang/en/question.php index c963b3e9f8097..947fbbc385806 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -219,6 +219,7 @@ $string['nopermissionadd'] = 'You don\'t have permission to add questions here.'; $string['nopermissionmove'] = 'You don\'t have permission to move questions from here. You must save the question in this category or save it as a new question.'; $string['noprobs'] = 'No problems found in your question database.'; +$string['noquestionsinfile'] = 'There are no questions in the import file'; $string['notenoughanswers'] = 'This type of question requires at least {$a} answers'; $string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.'; $string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index c33daa9f2e671..7182daa34f7de 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -435,7 +435,6 @@ $string['noquestionintext'] = 'The question text does not contain any embedded questions'; $string['noquestions'] = 'No questions have been added yet'; $string['noquestionsfound'] = 'No questions found'; -$string['noquestionsinfile'] = 'There are no questions in the import file'; $string['noquestionsinquiz'] = 'There are no questions in this quiz.'; $string['noquestionsnotinuse'] = 'This random question is not in use, since its category is empty.'; $string['noquestionsonpage'] = 'Empty page';