From 0080872fc46eee90265cbb37aa310a25f01c2714 Mon Sep 17 00:00:00 2001 From: Andrew Robert Nicols Date: Mon, 11 Jun 2012 12:41:25 +0100 Subject: [PATCH] MDL-33608 Correct modulename_link for the label module --- mod/label/lang/en/label.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/label/lang/en/label.php b/mod/label/lang/en/label.php index e6c3237a289..508e43be1c0 100644 --- a/mod/label/lang/en/label.php +++ b/mod/label/lang/en/label.php @@ -34,7 +34,7 @@ Labels may be used * To split up a long list of activities with a subheading or an image * To display an embedded sound file or video directly on the course page * To add a short description to a course section'; -$string['modulename_link'] = 'mod/label/link'; +$string['modulename_link'] = 'mod/label/view'; $string['modulenameplural'] = 'Labels'; $string['pluginadministration'] = 'Label administration'; $string['pluginname'] = 'Label';