From f2137ac2a5ddb2ec67b66b1a7f945c860782326f Mon Sep 17 00:00:00 2001 From: koenr Date: Tue, 19 Sep 2006 22:14:57 +0000 Subject: [PATCH] fixed MDL-6551 --- admin/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5