Use 'Remove acknowledgement' instead of 'Remove problem acknowledgement'

refs #13187
This commit is contained in:
Eric Lippmann 2016-11-24 12:25:35 +01:00
parent df4e51845d
commit 9d39391102
1 changed files with 6 additions and 6 deletions

View File

@ -70,8 +70,8 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm
'ignore' => true,
'label' => $this->getSubmitLabel(),
'title' => $this->translatePlural(
'Remove problem acknowledgement',
'Remove problem acknowledgements',
'Remove acknowledgement',
'Remove acknowledgements',
count($this->objects)
),
'type' => 'submit'
@ -89,8 +89,8 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm
$label = $this->getView()->icon('cancel');
if ($this->isLabelEnabled()) {
$label .= $this->translatePlural(
'Remove problem acknowledgement',
'Remove problem acknowledgements',
'Remove acknowledgement',
'Remove acknowledgements',
count($this->objects)
);
}
@ -111,8 +111,8 @@ class RemoveAcknowledgementCommandForm extends ObjectsCommandForm
}
Notification::success(mtp(
'monitoring',
'Removing problem acknowledgement..',
'Removing problem acknowledgements..',
'Removing acknowledgement..',
'Removing acknowledgements..',
count($this->objects)
));