]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/drives/class_BaseDrive.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / drives / class_BaseDrive.php
index 7ebef58fbed124d11ac3d8af733608117ff2a000..bda42a41f6f2cb31bdd7c5b4b67a1db101fdcb8c 100644 (file)
@@ -11,7 +11,7 @@ class BaseDrive extends BaseSimulator {
 
        // Konstruktor
        private function __construct ($class) {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor($class);
 
                // Debug message
@@ -22,7 +22,7 @@ class BaseDrive extends BaseSimulator {
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Namenloser Antrieb");
 
                // Etwas aufraeumen