]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php
Added new FrameworkFeature class + missing exception:
[core.git] / inc / classes / exceptions / main / class_MissingDecimalsThousandsSeparatorException.php
index 9cbc5ab057d58bfc9ab52c3223a9ddce5a6f58d2..e3c5c9af52335d6d005353d56ac9f17e7c588006 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when the decimal and thousands separators are missing
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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()
                );