MDL-43508 Quiz Invalid get_string() identifier.

This commit is contained in:
Matteo Scaramuccia 2013-12-28 11:12:29 +01:00
parent bbb291b7b7
commit 7a66ddb63b

View File

@ -46,7 +46,7 @@ class tool_qeupgradehelper_extract_options_form extends moodleform {
$qtypes = core_component::get_plugin_list('qtype');
foreach ($qtypes as $qtype => $notused) {
$qtypes[$qtype] = get_string($qtype, 'qtype_' . $qtype);
$qtypes[$qtype] = get_string('pluginname', 'qtype_' . $qtype);
}
$mform->addElement('header', 'h1', 'Either extract a specific question_session');