moodle/lang/en_utf8/qformat_gift.php
thepurpleblob c05878500b MDL-18390:
Correctly report unhandled question types and get string from language pack.
2009-03-03 15:36:17 +00:00

4 lines
67 B
PHP

<?php
$string['nohandler'] = 'No handler for question type $a';
?>