public function initialize()
 {
     $this->addNewModuleSetting("Nadpis", "title", "Zadejte nadpis.");
     parent::initialize();
 }
 public function initialize()
 {
     $this->addNewModuleSetting("Nadpis", "title", "Please change this title");
     parent::initialize();
 }