monitoring: Fix tooltip of the sticky flag for acks

This commit is contained in:
Eric Lippmann 2015-09-04 13:03:28 +02:00
parent b585b92196
commit 90f606fbd4
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ class AcknowledgeProblemCommandForm extends ObjectsCommandForm
'label' => $this->translate('Sticky Acknowledgement'), 'label' => $this->translate('Sticky Acknowledgement'),
'value' => true, 'value' => true,
'description' => $this->translate( 'description' => $this->translate(
'If you want the acknowledgement to disable notifications until the host or service recovers,' 'If you want the acknowledgement to remain until the host or service recovers even if the host'
. ' check this option.' . ' or service changes state, check this option.'
) )
) )
), ),