diff --git a/lib/blocklib.php b/lib/blocklib.php index 5049ea6be06..e508a682581 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -737,7 +737,7 @@ function upgrade_blocks_db($continueto) { } } else if ($blocks_version < $CFG->blocks_version) { - notify('WARNING!!! The code you are using is OLDER than the version that made these databases!'); + notify('WARNING!!! The Blocks version you are using is OLDER than the version that made these databases!'); } }