Skip to content

Commit

Permalink
MDL-15068 novirtualquestiontype string
Browse files Browse the repository at this point in the history
  • Loading branch information
pichetp committed Jun 2, 2008
1 parent e098550 commit 2da1196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en_utf8/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
$string['noprobs'] = 'No problems found in your question database.';
$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.';
$string['novirtualquestion'] = 'No virtual question type for question type $a';
$string['novirtualquestiontype'] = 'No virtual question type for question type $a';
$string['parenthesisinproperstart'] = 'Parenthesis before ** is not properly started in $a**';
$string['parenthesisinproperclose'] = 'Parenthesis before ** is not properly closed in $a**';
$string['permissionedit'] = 'Edit this question';
Expand Down
2 changes: 1 addition & 1 deletion question/type/datasetdependent/abstractqtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ function pick_question_dataset($question, $datasetitem) {
}

function create_virtual_qtype() {
print_error("novirtualquestion", 'question', '', $this->name());
print_error("novirtualquestiontype", 'question', '', $this->name());
}

function get_virtual_qtype() {
Expand Down

0 comments on commit 2da1196

Please sign in to comment.