diff --git a/framework/console/controllers/FixtureController.php b/framework/console/controllers/FixtureController.php index 67f2700700..f23ee211d9 100644 --- a/framework/console/controllers/FixtureController.php +++ b/framework/console/controllers/FixtureController.php @@ -222,7 +222,7 @@ class FixtureController extends Controller */ private function notifyUnloaded($fixtures) { - $this->stdout("Fixtures were successfully loaded from namespace:\n", Console::FG_YELLOW); + $this->stdout("Fixtures were successfully unloaded from namespace:\n", Console::FG_YELLOW); $this->stdout("\t\"" . Yii::getAlias($this->namespace) . "\"\n\n", Console::FG_GREEN); $this->outputList($fixtures); }