diff --git a/blocks/tags/lang/en/block_tags.php b/blocks/tags/lang/en/block_tags.php index 0643b911d66..265cd5aeec0 100644 --- a/blocks/tags/lang/en/block_tags.php +++ b/blocks/tags/lang/en/block_tags.php @@ -82,6 +82,7 @@ $string['pluginname'] = 'Tags'; $string['select'] = 'Select...'; $string['showcoursetags'] = 'Show course tags'; $string['showcoursetagsdef'] = 'Display the course tagging features in the tags block, allowing students to tag courses.'; +$string['suggestedtagthisunit'] = 'Suggested tag to this course:'; $string['tags'] = 'tags'; $string['tagthisunit'] = 'Tag this course:'; $string['tagunits'] = 'to tag your favourite courses'; diff --git a/tag/coursetags_edit.php b/tag/coursetags_edit.php index 8dbc285dffa..85ae6036b83 100644 --- a/tag/coursetags_edit.php +++ b/tag/coursetags_edit.php @@ -147,6 +147,7 @@ echo $OUTPUT->header(); // Print the add and delete form coursetag_get_jscript(); $edittagthisunit = get_string('edittagthisunit', $tagslang); + $suggestedtagthisunit = get_string('suggestedtagthisunit', $tagslang); $arrowtitle = get_string('arrowtitle', $tagslang); $sesskey = sesskey(); $leftarrow = $OUTPUT->pix_url('t/arrow_left'); @@ -159,12 +160,19 @@ echo $OUTPUT->header();