Skip to content

Commit

Permalink
MDL-29164 question import, missing lang string.
Browse files Browse the repository at this point in the history
AMOS BEGIN
 MOV [noquestionsinfile,mod_quiz],[noquestionsinfile,question]
AMOS END
  • Loading branch information
timhunt committed Oct 31, 2011
1 parent 38e9a1c commit a49e92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lang/en/question.php
Expand Up @@ -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.';
Expand Down
1 change: 0 additions & 1 deletion mod/quiz/lang/en/quiz.php
Expand Up @@ -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';
Expand Down

0 comments on commit a49e92a

Please sign in to comment.