]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_BasePathIsNoDirectoryException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_BasePathIsNoDirectoryException.php
index 3664cf4aee977b5e4937cd3ddf33c08cb477aa5a..e5a5113e4a2d862ea8690152db8a18aea888621e 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad %s existiert nicht oder ist eine Datei!",
+               $message = sprintf('[%s:%d] Template base path %s does not exist.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]