]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/language/class_LanguageSystem.php
More patterns added, part description changed to object description
[shipsimu.git] / inc / classes / main / language / class_LanguageSystem.php
index c9bf64d9977ba327a0dd0e3072a3ed69b6c22ad9..baac159a95e4ba11a55a290e8228efd389ed8c84 100644 (file)
@@ -3,10 +3,11 @@
  * The language sub-system for handling language strings being used in the
  * application and whole framework
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -52,7 +53,7 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage {
                parent::constructor(__CLASS__);
 
                // Set part description
-               $this->setPartDescr("Sprachsystem");
+               $this->setObjectDescription("Sprachsystem");
 
                // Create unique ID number
                $this->createUniqueID();