Merge pull request #17580 from samuelsov/dev/core#1670
[civicrm-core.git] / settings / Member.setting.php
index 2909b28954f9ee7a53da7220ee1c44490cccce86..7e5b27b89f0a32bee13a05adf30cd7b05c049319 100644 (file)
@@ -13,8 +13,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 /*
  * Settings metadata file
@@ -33,7 +31,7 @@ return [
       'callback' => 'CRM_Contribute_PseudoConstant::contributionPage',
     ],
     'add' => '4.1',
-    'title' => 'Default online membership renewal page',
+    'title' => ts('Default online membership renewal page'),
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => ts('If you select a default online contribution page for self-service membership renewals, a "renew" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.'),