parent
c318454a45
commit
5fbb3893e2
|
@ -36,7 +36,11 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm
|
||||||
),
|
),
|
||||||
'escape' => false,
|
'escape' => false,
|
||||||
'ignore' => true,
|
'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(
|
'title' => $this->translatePlural(
|
||||||
'Remove problem acknowledgement',
|
'Remove problem acknowledgement',
|
||||||
'Remove problem acknowledgements',
|
'Remove problem acknowledgements',
|
||||||
|
|
Loading…
Reference in New Issue