parent
956efe5ef9
commit
907134cee2
|
@ -39,7 +39,8 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
|||
. $this->translate('Check now'),
|
||||
'decorators' => array('ViewHelper'),
|
||||
'escape' => false,
|
||||
'class' => 'link-like'
|
||||
'class' => 'link-like',
|
||||
'title' => $this->translate('Schedule the next active check to run immediately')
|
||||
)
|
||||
)
|
||||
));
|
||||
|
|
|
@ -54,7 +54,7 @@ class DeleteCommentCommandForm extends ObjectsCommandForm
|
|||
array(
|
||||
'ignore' => true,
|
||||
'label' => 'X',
|
||||
'title' => $this->translate('Delete comment'),
|
||||
'title' => $this->translate('Delete this comment'),
|
||||
'decorators' => array('ViewHelper')
|
||||
)
|
||||
);
|
||||
|
|
|
@ -54,7 +54,7 @@ class DeleteDowntimeCommandForm extends ObjectsCommandForm
|
|||
array(
|
||||
'ignore' => true,
|
||||
'label' => 'X',
|
||||
'title' => $this->translate('Delete downtime'),
|
||||
'title' => $this->translate('Delete this downtime'),
|
||||
'decorators' => array('ViewHelper')
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue