X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FTask%2FRemoveFromGroup.php;h=d803f436e7b6d8d15147e9b9c1abf1bc30f4ec69;hb=69078420f066e5d038b91372e9a19eb77073121b;hp=5df58cc48f033d7a768093f6372a933cc01af51c;hpb=3b1e452b9449056fef9e225e7b6988322bc1229f;p=civicrm-core.git diff --git a/CRM/Contact/Form/Task/RemoveFromGroup.php b/CRM/Contact/Form/Task/RemoveFromGroup.php index 5df58cc48f..d803f436e7 100644 --- a/CRM/Contact/Form/Task/RemoveFromGroup.php +++ b/CRM/Contact/Form/Task/RemoveFromGroup.php @@ -84,15 +84,15 @@ class CRM_Contact_Form_Task_RemoveFromGroup extends CRM_Contact_Form_Task { ]; if ($notRemoved) { $status[] = ts('1 contact was already not in this group', [ - 'count' => $notRemoved, - 'plural' => '%count contacts were already not in this group', - ]); + 'count' => $notRemoved, + 'plural' => '%count contacts were already not in this group', + ]); } $status = ''; CRM_Core_Session::setStatus($status, ts("Removed Contact From Group", [ - 'plural' => "Removed Contacts From Group", - 'count' => $removed, - ]), 'success', ['expires' => 0]); + 'plural' => "Removed Contacts From Group", + 'count' => $removed, + ]), 'success', ['expires' => 0]); } }