Upgrade the message template in the database.
[civicrm-core.git] / CRM / Member / Selector / Search.php
index 39692de93806f51aa1a8b1f73042124fca0ef0b1..696623f6683be470e0fcae3d7db4c17faa8937c4 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.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  */
 
 /**
@@ -255,7 +255,7 @@ class CRM_Member_Selector_Search extends CRM_Core_Selector_Base implements CRM_C
         'name' => ts('Cancel Auto-renewal'),
         'url' => 'civicrm/contribute/unsubscribe',
         'qs' => 'reset=1&mid=%%id%%&context=%%cxt%%' . $extraParams,
-        'title' => 'Cancel Auto Renew Subscription',
+        'title' => ts('Cancel Auto Renew Subscription'),
       );
     }
     elseif (isset(self::$_links['all'][CRM_Core_Action::DISABLE])) {