X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Flanguage%2Fclass_LanguagePathIsNoDirectoryException.php;h=1a3b2f644a5838f1d86b08010a8b79baa7474b99;hp=4e369b3f892d94cb833b08389facc268cfe98144;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697 diff --git a/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php b/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php index 4e369b3f..1a3b2f64 100644 --- a/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php +++ b/inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php @@ -31,7 +31,7 @@ class LanguagePathIsNoDirectoryException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Der Sprach-Basispfad %s existiert nicht oder ist eine Datei!", + $message = sprintf("[%s:%d] Language base path %s does not exist or is not a directory.", $classArray[0]->__toString(), $this->getLine(), $classArray[1]