Added unit test
[civicrm-core.git] / CRM / Report / Info.php
index f38adcaf47dd1f85876af80b601b39ec7977bd02..a38157d18703d4d9373aee25feaad2512101d74a 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2016                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -30,7 +30,7 @@
  * information about it. It needs to extend CRM_Core_Component_Info
  * abstract class.
  *
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  * $Id$
  *
  */
@@ -54,7 +54,7 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
     return array(
       'name' => 'CiviReport',
       'translatedName' => ts('CiviReport'),
-      'title' => 'CiviCRM Report Engine',
+      'title' => ts('CiviCRM Report Engine'),
       'search' => 0,
       'showActivitiesInCore' => 1,
     );