From 79dc2175459b115583bbe3e415e1878e571cd27c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 29 Mar 2013 23:03:31 -0700 Subject: [PATCH] More appropriate status message when saving a case --- CRM/Case/Form/Case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } -- 2.25.1