From: Coleman Watts Date: Sat, 30 Mar 2013 06:03:31 +0000 (-0700) Subject: More appropriate status message when saving a case X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=79dc2175459b115583bbe3e415e1878e571cd27c;p=civicrm-core.git More appropriate status message when saving a case --- diff --git a/CRM/Case/Form/Case.php b/CRM/Case/Form/Case.php index 4925bf74ac..f69a3241d7 100644 --- a/CRM/Case/Form/Case.php +++ b/CRM/Case/Form/Case.php @@ -428,7 +428,7 @@ class CRM_Case_Form_Case extends CRM_Core_Form { // 5. auto populate activites // 6. set status - CRM_Core_Session::setStatus($params['statusMsg'], '', 'info'); + CRM_Core_Session::setStatus($params['statusMsg'], ts('Saved'), 'success'); } }