public function __construct()
 {
     $odr = tubepress_impl_patterns_sl_ServiceLocator::getOptionDescriptorReference();
     $this->_disabledParticipantsOptionDescriptor = $odr->findOneByName(tubepress_api_const_options_names_OptionsUi::DISABLED_OPTIONS_PAGE_PARTICIPANTS);
     parent::__construct(self::FIELD_ID, $this->_disabledParticipantsOptionDescriptor->getName(), $this->_disabledParticipantsOptionDescriptor->getDescription());
     $this->setUntranslatedDisplayName($this->_disabledParticipantsOptionDescriptor->getLabel());
 }
 public function __construct()
 {
     parent::__construct(self::FIELD_ID, 'Show each video\'s...');
     //>(translatable)<
 }