Merge pull request #7970 from otetard/CRM-18235
[civicrm-core.git] / CRM / Event / Info.php
index 398e3fc72ad08db98e5cc3a7ad159dcb7de923a6..a92c94933860916f0b349077d0d7544845993d15 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
  * abstract class.
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  *
  */
@@ -93,6 +93,10 @@ class CRM_Event_Info extends CRM_Core_Component_Info {
         ts('delete in CiviEvent'),
         ts('Delete participants and events that you can edit'),
       ),
+      'manage event profiles' => array(
+        ts('manage event profiles'),
+        ts('Allow users to create, edit and copy event-related profile forms used for online event registration.'),
+      ),
     );
 
     if (!$descriptions) {