CRM-12167: Start Implementation of Visibility per Price Option
[civicrm-core.git] / CRM / Member / Info.php
index 96c7fbcf0639c09407b6c08a4aee11160c5ba0f2..4d7e6d594fd09e2c34ae350dcbd0adc3f8717eb4 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-2017                                |
  +--------------------------------------------------------------------+
  | 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-2017
  * $Id$
  *
  */
@@ -58,7 +58,7 @@ class CRM_Member_Info extends CRM_Core_Component_Info {
     return array(
       'name' => 'CiviMember',
       'translatedName' => ts('CiviMember'),
-      'title' => 'CiviCRM Membership Engine',
+      'title' => ts('CiviCRM Membership Engine'),
       'search' => 1,
       'showActivitiesInCore' => 1,
     );