Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Modules/ModuleManager.php

    r900 r912  
    404404  {
    405405    parent::__construct($System);
    406     $this->FullTitle = T('Modules');
    407     $this->ShortTitle = T('Modules');
     406    $this->Title = T('Modules');
    408407    $this->ParentClass = 'PageSetup';
    409408    $this->YesNo = array(false => T('No'), true => T('Yes'));
Note: See TracChangeset for help on using the changeset viewer.