diff --git a/src/Symfony/Component/Translation/Dumper/FileDumper.php b/src/Symfony/Component/Translation/Dumper/FileDumper.php index 6a574d2f8b..473715223e 100644 --- a/src/Symfony/Component/Translation/Dumper/FileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/FileDumper.php @@ -59,7 +59,7 @@ abstract class FileDumper implements DumperInterface } else { $directory = dirname($fullpath); if (!file_exists($directory) && !@mkdir($directory, 0777, true)) { - throw new \RuntimeException(sprintf('Cannot create the directory "%s"', $directory)); + throw new \RuntimeException(sprintf('Unable to create directory "%s".', $directory)); } } // save file