From: koenr Date: Tue, 19 Sep 2006 22:14:57 +0000 (+0000) Subject: fixed MDL-6551 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f2137ac2a5ddb2ec67b66b1a7f945c860782326f;p=moodle.git fixed MDL-6551 --- diff --git a/admin/blocks.php b/admin/blocks.php index d65f575cdb..15991b343b 100644 --- a/admin/blocks.php +++ b/admin/blocks.php @@ -133,7 +133,7 @@ foreach ($blocks as $block) { if(!block_is_compatible($block->name)) { - notify('Block '. $block->name .' is not compatible with the current version of Mooodle and needs to be updated by a programmer.'); + notify('Block '. $block->name .' is not compatible with the current version of Moodle and needs to be updated by a programmer.'); $incompatible[] = $block; continue; }