From 5fbb3893e220c61a4ab40d87ee31acb13c54faa6 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 02:50:23 +0200 Subject: [PATCH] monitoring: Fix submit label for remove ack refs #5543 --- .../Command/Object/RemoveAcknowledgementCommandForm.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php b/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php index 8baf49316..cdbdcf69d 100644 --- a/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php +++ b/modules/monitoring/application/forms/Command/Object/RemoveAcknowledgementCommandForm.php @@ -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',