]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_MissingSimulatorIdException.php
Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / exceptions / class_MissingSimulatorIdException.php
index 469a616ed4b72c6e715410503e90a849bd920434..e8d45abf6570737c6e653a35333970a9eb5f4de8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -24,7 +24,7 @@
 class MissingSimulatorIdException extends FrameworkException {
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:] Die Simulator-ID <span id=\"exception_reason\">%s</span> scheint ung&uuml;ltig zu sein.",
+               $message = sprintf("[%s:] Die Simulator-ID <span class=\"exception_reason\">%s</span> scheint ung&uuml;ltig zu sein.",
                        $classArray[0]->__toString(),
                        $classArray[1]
                );