From: Petr Skoda Date: Sun, 11 Apr 2010 11:40:56 +0000 (+0000) Subject: MDL-22054 fixed get_string typo X-Git-Tag: v2.0.0-rc1~4297 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=83d0f6ede46320dca9765fe7e9966083d8103038 MDL-22054 fixed get_string typo --- diff --git a/blocks/recent_activity/block_recent_activity.php b/blocks/recent_activity/block_recent_activity.php index 620d59ea434..8653a094a69 100644 --- a/blocks/recent_activity/block_recent_activity.php +++ b/blocks/recent_activity/block_recent_activity.php @@ -2,7 +2,7 @@ class block_recent_activity extends block_base { function init() { - $this->title = get_string('plguinname', 'block_recentactivity'); + $this->title = get_string('pluginname', 'block_recent_activity'); $this->version = 2007101509; }