X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=blocks%2Fcourse_summary%2Fblock_course_summary.php;h=6a86866576a24fc7fc6ebcd0f52f7b2c50e930ba;hp=38ea88709bd59d88f6e0ed8f625d1b4b076c2c10;hb=bdd7b93ea0830971a9f8247e9c235e6b6a516160;hpb=87fe6ecec70193047d4f2f8ad1818d85eba36e83 diff --git a/blocks/course_summary/block_course_summary.php b/blocks/course_summary/block_course_summary.php index 38ea88709bd..6a86866576a 100644 --- a/blocks/course_summary/block_course_summary.php +++ b/blocks/course_summary/block_course_summary.php @@ -2,7 +2,7 @@ class block_course_summary extends block_base { function init() { - $this->title = get_string('pagedescription', 'block_course_summary'); + $this->title = get_string('pluginname', 'block_course_summary'); $this->version = 2007101509; }