Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / io / class_InvalidMD5ChecksumException.php
index a85a4832da1d1dc0a5d7ac51a56ee1343ff30fd5..f84099d0f7bddf53ac902d5c8db78605bba5c34c 100644 (file)
@@ -31,7 +31,7 @@ class InvalidMD5ChecksumException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Die MD5-Prüfsummen %s und %s stimmen nicht überein!",
+               $message = sprintf('[%s:%d] MD5 hashes %s and %s doesnt match.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],