]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/exceptions/class_WrongGenderSpecifiedException.php
Renamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several...
[shipsimu.git] / application / ship-simu / exceptions / class_WrongGenderSpecifiedException.php
index ab546163fd0bdcfc5ea6283b2162950e33a014fd..67ac060b294fd60ef33851cc4b61caf3f0de4a5d 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 WrongGenderSpecifiedException extends FrameworkException {
        public function __construct ($gender, $code) {
                // Add a message around the missing class
-               $message = sprintf("Das Geschlecht <span id=\"exception_reason\">%s</span> Ist nicht <em>M</em> (M&auml;nnlich) oder <em>F</em> (Weiblich).", $gender);
+               $message = sprintf("Das Geschlecht <span class=\"exception_reason\">%s</span> Ist nicht <em>M</em> (M&auml;nnlich) oder <em>F</em> (Weiblich).", $gender);
 
                // Call parent constructor
                parent::__construct($message, $code);