MDL-15068 novirtualquestiontype string

This commit is contained in:
pichetp
2008-06-02 11:02:50 +00:00
parent e098550433
commit 2da119601a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ $string['nopermissionadd'] = 'You don\'t have permission to add questions here.'
$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';
@@ -639,7 +639,7 @@ class question_dataset_dependent_questiontype extends default_questiontype {
}
function create_virtual_qtype() {
print_error("novirtualquestion", 'question', '', $this->name());
print_error("novirtualquestiontype", 'question', '', $this->name());
}
function get_virtual_qtype() {