Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / io / class_InvalidDataLengthException.php
index e5363cdb883338ea9d824f86a47ca5fb65e4a71a..d413ff348e163216d632253407cb1e8bd2cb328b 100644 (file)
@@ -31,7 +31,7 @@ class InvalidDataLengthException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Eine unerwartete Datenlänge von %s Byte ist aufgetreten. %s wurden erwartet!",
+               $message = sprintf('[%s:%d] Unexpected data length of %s bytes has been detected, %s bytes were expected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],