]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/class_BasePersonell.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / class_BasePersonell.php
index 6f78c65071fb6a89128f17e545c5511f7b80e44c..09e3576a99b97590aa8d4278a6c0dcc19d2d394f 100644 (file)
@@ -34,7 +34,7 @@ class BasePersonell extends BaseFrameworkSystem implements Personellizer {
                // Debug message
                if ((defined('DEBUG_PERSONELL')) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output("[PersonellBase:] Konstruktor erreicht.<br />\n");
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Personal");
        }