From 03337d8bab805b31485df3d428eebb1310dcc0f5 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 10 Feb 2012 16:25:23 +0000 Subject: [PATCH] MDL-47494 ddmarker: Add extra pluginname string to appease the plugins DB --- question/type/ddmarker/lang/en/qtype_ddmarker.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/type/ddmarker/lang/en/qtype_ddmarker.php b/question/type/ddmarker/lang/en/qtype_ddmarker.php index d2abf973ee6..ec9afc7ca3a 100644 --- a/question/type/ddmarker/lang/en/qtype_ddmarker.php +++ b/question/type/ddmarker/lang/en/qtype_ddmarker.php @@ -59,6 +59,7 @@ $string['marker_n'] = 'Marker {no}'; $string['markers'] = 'Markers'; $string['nolabel'] = 'No label text'; $string['pleasedragatleastonemarker'] = 'Your answer is not complete, you must place at least one marker on the image.'; +$string['pluginname'] = 'Drag and drop markers'; $string['previewarea'] = 'Preview area -'; $string['previewareaheader'] = 'Preview'; $string['previewareamessage'] = 'Select a background image file, enter text labels for markers and define the drop zones on the background image to which they must be dragged.';