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
 CPY [noquestionsinfile,mod_quiz],[noquestionsinfile,question]
AMOS END
  • Loading branch information
timhunt authored and Sam Hemelryk committed Nov 1, 2011
1 parent 9fc8435 commit ce5b990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/en/question.php
Expand Up @@ -217,6 +217,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

0 comments on commit ce5b990

Please sign in to comment.