]> git.mjollnir.org Git - moodle.git/commitdiff
fixed MDL-6551
authorkoenr <koenr>
Tue, 19 Sep 2006 22:14:57 +0000 (22:14 +0000)
committerkoenr <koenr>
Tue, 19 Sep 2006 22:14:57 +0000 (22:14 +0000)
admin/blocks.php

index d65f575cdbdeec62c0843d71a22c5c1b842d63fd..15991b343baa2aeff410484877775d56dcc951eb 100644 (file)
 
     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;
         }