Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / io / class_PathReadProtectedException.php
index c9afc048a958c75febc55c5a186d41614840bbd7..88da5d26d5c97dd7d896a3eaa38ef96a99caf729 100644 (file)
@@ -31,7 +31,7 @@ class PathReadProtectedException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der Pfad %s ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
+               $message = sprintf('The path %s appears to be read-protected. Please fix your CHMOD rights.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);