From: Tim Mallezie Date: Thu, 28 May 2015 08:52:39 +0000 (+0200) Subject: Update comments X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=acb298acd13e98f0c6b95d0976e76b17f465a478;p=civicrm-core.git Update comments --- 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 */