MDL-43508 Quiz Invalid get_string() identifier.

This commit is contained in:
Matteo Scaramuccia
2013-12-28 11:30:55 +01:00
parent e92da00284
commit 0ed3049d38
@@ -46,7 +46,7 @@ class tool_qeupgradehelper_extract_options_form extends moodleform {
$qtypes = 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');