From acb298acd13e98f0c6b95d0976e76b17f465a478 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Thu, 28 May 2015 10:52:39 +0200 Subject: [PATCH] Update comments --- CRM/Event/Form/Task/PDF.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Event/Form/Task/PDF.php b/CRM/Event/Form/Task/PDF.php index 97e00aae3e..204e6dd82c 100644 --- a/CRM/Event/Form/Task/PDF.php +++ b/CRM/Event/Form/Task/PDF.php @@ -34,14 +34,14 @@ */ /** - * This class provides the functionality to email a group of - * contacts. + * This class provides the functionality to create PDF letter for a group of + * participants or a single participant. */ class CRM_Event_Form_Task_PDF extends CRM_Event_Form_Task { /** * Are we operating in "single mode", i.e. printing letter to one - * specific contact? + * specific participant? * * @var boolean */ -- 2.25.1