]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15068 novirtualquestiontype string
authorpichetp <pichetp>
Mon, 2 Jun 2008 11:02:50 +0000 (11:02 +0000)
committerpichetp <pichetp>
Mon, 2 Jun 2008 11:02:50 +0000 (11:02 +0000)
lang/en_utf8/question.php
question/type/datasetdependent/abstractqtype.php

index f27677ac902f86d3f493f00abc9ba99d3397e89a..526ce8450eba8010635cb5e0eeccdb9f1c607823 100644 (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';
index 8c69db14e7b75c5455c1627b9c78ffc0ccbea3f1..82806d2d0994f4cf8099e4e76e51272f21101cf0 100644 (file)
@@ -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() {