diff --git a/question/format/gift/format.php b/question/format/gift/format.php index 4893e80a42d..1b29644075d 100755 --- a/question/format/gift/format.php +++ b/question/format/gift/format.php @@ -647,7 +647,7 @@ function writequestion( $question ) { } else { $expout .= "// $question->qtype is not supported by the GIFT format\n"; - notify( get_string('nohandler','qformat_gift',$question->qtype ) ); + notify( get_string('nohandler','qformat_gift',get_string($question->qtype,'quiz') ) ); } } // add empty line to delimit questions