diff --git a/lib/Cake/Error/exceptions.php b/lib/Cake/Error/exceptions.php index 8affae940..4c1da350a 100644 --- a/lib/Cake/Error/exceptions.php +++ b/lib/Cake/Error/exceptions.php @@ -418,12 +418,12 @@ class MissingTestLoaderException extends CakeException { } /** - * Exception Raised when a test loader could not be found + * Exception Raised when a plugin could not be found * * @package cake.libs */ class MissingPluginException extends CakeException { - protected $_messageTemplate = 'Test plugin %s could not be found.'; + protected $_messageTemplate = 'Plugin %s could not be found.'; } /**