X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FInfo.php;h=a718b547461d853b129a798d20ab36619ae6e715;hb=c6acb33bab40ceec877002312db505b9c275357e;hp=93491bac4b00ae9dbc0f30275edb1a6b21bb6aa6;hpb=c4f10bdde8763c3b8a2861d71dab6cfe29580932;p=civicrm-core.git diff --git a/CRM/Member/Info.php b/CRM/Member/Info.php index 93491bac4b..a718b54746 100644 --- a/CRM/Member/Info.php +++ b/CRM/Member/Info.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -31,7 +31,7 @@ * abstract class. * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2017 + * @copyright CiviCRM LLC (c) 2004-2018 * $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, );