From 0781df9b7d2a9220f954af9bbe04e1cca292a6f9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 14 Nov 2014 22:18:12 -0500 Subject: [PATCH] CRM-15603 - Standardize punctuation of event checkboxes --- CRM/Event/Form/ManageEvent/EventInfo.php | 4 ++-- CRM/Event/Form/ManageEvent/Registration.php | 2 +- templates/CRM/Admin/Form/WordReplacements.tpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Event/Form/ManageEvent/EventInfo.php b/CRM/Event/Form/ManageEvent/EventInfo.php index aa657eb495..62e7f73298 100644 --- a/CRM/Event/Form/ManageEvent/EventInfo.php +++ b/CRM/Event/Form/ManageEvent/EventInfo.php @@ -208,9 +208,9 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent { $this->add('textarea', 'summary', ts('Event Summary'), $attributes['summary']); $this->addWysiwyg('description', ts('Complete Description'), $attributes['event_description']); - $this->addElement('checkbox', 'is_public', ts('Public Event?')); + $this->addElement('checkbox', 'is_public', ts('Public Event')); $this->addElement('checkbox', 'is_share', ts('Allow sharing through social media?')); - $this->addElement('checkbox', 'is_map', ts('Include Map to Event Location?')); + $this->addElement('checkbox', 'is_map', ts('Include Map to Event Location')); $this->addDateTime('start_date', ts('Start Date'), FALSE, array('formatType' => 'activityDateTime')); $this->addDateTime('end_date', ts('End Date / Time'), FALSE, array('formatType' => 'activityDateTime')); diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index cdf24e26bb..16549c89a8 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -249,7 +249,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent $this->addElement('checkbox', 'is_online_registration', - ts('Allow Online Registration?'), + ts('Allow Online Registration'), NULL, array( 'onclick' => "return showHideByValue('is_online_registration', diff --git a/templates/CRM/Admin/Form/WordReplacements.tpl b/templates/CRM/Admin/Form/WordReplacements.tpl index 013dbb5502..2c44247f75 100644 --- a/templates/CRM/Admin/Form/WordReplacements.tpl +++ b/templates/CRM/Admin/Form/WordReplacements.tpl @@ -47,7 +47,7 @@ {ts}Enabled{/ts} {ts}Original{/ts} {ts}Replacement{/ts} - {ts}Exact Match?{/ts} + {ts}Exact Match{/ts} {section name="numStrings" start=1 step=1 loop=$numStrings+1} -- 2.25.1