IcingaHostForm: Remove whitespaces

This commit is contained in:
Alexander Fuhr 2015-07-28 15:18:46 +02:00
parent 51c7a258ce
commit 2a4a8d2fdc
1 changed files with 3 additions and 3 deletions

View File

@ -56,19 +56,19 @@ class IcingaHostForm extends DirectorObjectForm
);
$this->optionalBoolean(
'enable_active_checks',
'enable_active_checks',
$this->translate('Execute active checks'),
$this->translate('Whether to actively check this host')
);
$this->optionalBoolean(
'enable_passive_checks',
'enable_passive_checks',
$this->translate('Accept passive checks'),
$this->translate('Whether to accept passive check results for this host')
);
$this->optionalBoolean(
'enable_event_handler',
'enable_event_handler',
$this->translate('Enable event handler'),
$this->translate('Whether to enable event handlers this host')
);