X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fclass_BasePersonell.php;h=09e3576a99b97590aa8d4278a6c0dcc19d2d394f;hp=6f78c65071fb6a89128f17e545c5511f7b80e44c;hb=edc57038a9262e3a04572e0d9036a9f745b10fb7;hpb=b336cafb66b4a057b794fdf333bde6d8783ca6ca diff --git a/application/ship-simu/main/class_BasePersonell.php b/application/ship-simu/main/class_BasePersonell.php index 6f78c65..09e3576 100644 --- a/application/ship-simu/main/class_BasePersonell.php +++ b/application/ship-simu/main/class_BasePersonell.php @@ -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.
\n"); - // Beschreibung setzen + // Set description $this->setPartDescr("Personal"); }