From 161f6a74899d49588ca2f720746eed70de05a2da Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 16 Nov 2014 17:27:28 -0500 Subject: [PATCH] CRM-15603 - Standardize punctuation of 'Title is a required field.' --- CRM/Report/Form/Instance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Instance.php b/CRM/Report/Form/Instance.php index 42714ede61..10569ee773 100644 --- a/CRM/Report/Form/Instance.php +++ b/CRM/Report/Form/Instance.php @@ -189,7 +189,7 @@ class CRM_Report_Form_Instance { $errors = array(); if ($selfButtonName == $buttonName) { if (empty($fields['title'])) { - $errors['title'] = ts('Title is a required field'); + $errors['title'] = ts('Title is a required field.'); $self->assign('instanceFormError', TRUE); } } -- 2.25.1