Skip to content
Snippets Groups Projects
Commit 072f4482 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

Merge pull request #1432 from davecivicrm/extraPeriod

Remove extraneous period in activity postProcess status msg
parents 67be46e6 12e2d503
No related branches found
No related tags found
No related merge requests found
......@@ -1180,7 +1180,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
$subject = "'" . $params['subject'] . "'";
}
CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2. %3',
CRM_Core_Session::setStatus(ts('Activity %1 has been saved. %2 %3',
array(
1 => $subject,
2 => $followupStatus,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment