monitoring: Fix submit label for remove ack

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 02:50:23 +02:00
parent c318454a45
commit 5fbb3893e2
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm
),
'escape' => false,
'ignore' => true,
'label' => $this->getView()->icon('cancel'),
'label' => $this->getView()->icon('cancel') . $this->translatePlural(
'Remove problem acknowledgement',
'Remove problem acknowledgements',
count($this->objects)
),
'title' => $this->translatePlural(
'Remove problem acknowledgement',
'Remove problem acknowledgements',