diff --git a/library/Icinga/Application/Modules/Manager.php b/library/Icinga/Application/Modules/Manager.php index d152ac0e7..18232d079 100644 --- a/library/Icinga/Application/Modules/Manager.php +++ b/library/Icinga/Application/Modules/Manager.php @@ -120,7 +120,7 @@ class Manager } if (! is_readable($parent)) { throw new NotReadableError( - 'Cannot read enabled modules. Module directory\'s parent directory "%s" is not readable', + 'Cannot read enabled modules. Config directory "%s" is not readable', $parent ); }