New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / constructions / docks / class_DryDock.php
index b0f19e663a8ed089d385ce52792ade183a8a833d..f90c2dac59fe647c75cae769180f859ecd43bc52 100644 (file)
@@ -9,13 +9,13 @@ class DryDock extends BaseConstruction {
        private function __construct () {
                if (((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[DryDock:] Konstruktor erreicht.<br />\n");
 
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Trockendock");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
        }