Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_MissingDecimalsThousandsSeparatorException.php
index 0677863227d7452dd94a5c4c03fac4fdf0cc671b..96c8c05830181d35e54b980ef20183303779027e 100644 (file)
@@ -31,7 +31,7 @@ class MissingDecimalsThousandsSeparatorException extends FrameworkException {
         */
        public function __construct ($instance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Die Dezimal- und Tausendertrenner fehlen!",
+               $message = sprintf('[%s:%d] Decimal and thousand seperators are missing.',
                        $instance->__toString(),
                        $this->getLine()
                );