Skip to content
Snippets Groups Projects
Commit a5db8e6f authored by Jamie McClelland's avatar Jamie McClelland
Browse files

CRM-13891 - CiviMail - Use brackets around civicrm draft in subject line.

This seems to be the convention these days.

----------------------------------------
* CRM-13891: remove word "test" from the subject line of test email
  http://issues.civicrm.org/jira/browse/CRM-13891
parent 42d815bd
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,7 @@ VALUES (%1, %2, %3, %4, %5, %6, %7)
$fields = array();
if (!empty($testParams)) {
$mailing->subject = ts('CiviMail Draft -') . ' ' . $mailing->subject;
$mailing->subject = ts('[CiviMail Draft]') . ' ' . $mailing->subject;
}
CRM_Mailing_BAO_Mailing::tokenReplace($mailing);
......
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