X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FInfo.php;h=a38157d18703d4d9373aee25feaad2512101d74a;hb=2661ce117272a79a8e90c2ab2ab16e6357d7bc78;hp=f38adcaf47dd1f85876af80b601b39ec7977bd02;hpb=089b275a9d0f0878f3729d8599b617aa3c3af330;p=civicrm-core.git diff --git a/CRM/Report/Info.php b/CRM/Report/Info.php index f38adcaf47..a38157d187 100644 --- a/CRM/Report/Info.php +++ b/CRM/Report/Info.php @@ -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, );