From 4731ced4da2ec1fb0227f85def416f558409de7a Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Sun, 16 May 2010 22:05:46 +0000 Subject: [PATCH] MDL-21695 adding help and link strings --- question/format/xml/lang/en/qformat_xml.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/question/format/xml/lang/en/qformat_xml.php b/question/format/xml/lang/en/qformat_xml.php index 18ccd5d872e..b9b24cd26cd 100644 --- a/question/format/xml/lang/en/qformat_xml.php +++ b/question/format/xml/lang/en/qformat_xml.php @@ -23,5 +23,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['invalidxml'] = 'Invalid xml file - string expected (use CDATA?)'; -$string['unsupportedexport'] = 'Question type {$a} is not supported by xml export'; +$string['invalidxml'] = 'Invalid XML file - string expected (use CDATA?)'; +$string['unsupportedexport'] = 'Question type {$a} is not supported by XML export'; +$string['xml'] = 'Moodle XML format'; +$string['xml_help'] = 'This is a Moodle-specific format for importing and exporting questions for use in quiz activities.'; +$string['xml_link'] = 'qformat/xml';