diff --git a/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php b/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php index ee7dff5bb..25caa0f20 100644 --- a/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/ScheduleHostDowntimeCommandForm.php @@ -28,10 +28,9 @@ class ScheduleHostDowntimeCommandForm extends ScheduleServiceDowntimeCommandForm 'all_services', array( 'label' => mt('monitoring', 'All Services'), - 'value' => true, 'description' => mt( 'monitoring', - 'Schedule downtime for all services on the hosts and the hosts themself.' + 'Schedule downtime for all services on the hosts and the hosts themselves.' ) ) ),