X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FTask%2FAddToGroup.php;h=2958f6e98eff204d0520096d588fb2dc244aa9ab;hb=69078420f066e5d038b91372e9a19eb77073121b;hp=c14badd6520ba18f92922779df4712a40b68be31;hpb=c11e002db8f6ca6f66ca605b7a3406c3fa71a6fa;p=civicrm-core.git diff --git a/CRM/Contact/Form/Task/AddToGroup.php b/CRM/Contact/Form/Task/AddToGroup.php index c14badd652..2958f6e98e 100644 --- a/CRM/Contact/Form/Task/AddToGroup.php +++ b/CRM/Contact/Form/Task/AddToGroup.php @@ -221,22 +221,22 @@ class CRM_Contact_Form_Task_AddToGroup extends CRM_Contact_Form_Task { $status = [ ts('%count contact added to group', [ - 'count' => $added, - 'plural' => '%count contacts added to group', + 'count' => $added, + 'plural' => '%count contacts added to group', ]), ]; if ($notAdded) { $status[] = ts('%count contact was already in group', [ - 'count' => $notAdded, - 'plural' => '%count contacts were already in group', - ]); + 'count' => $notAdded, + 'plural' => '%count contacts were already in group', + ]); } $status = ''; CRM_Core_Session::setStatus($status, ts('Added Contact to %1', [ - 1 => $groupName, - 'count' => $added, - 'plural' => 'Added Contacts to %1', - ]), 'success', ['expires' => 0]); + 1 => $groupName, + 'count' => $added, + 'plural' => 'Added Contacts to %1', + ]), 'success', ['expires' => 0]); if ($this->_context === 'amtg') { CRM_Core_Session::singleton()