From: Dave Greenberg Date: Sat, 3 Oct 2015 18:38:45 +0000 (-0400) Subject: CRM-14898 - Modify action links on membership selector to make it easier to find... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6957f0a9ccb1e097fa0b3478a6832400e78ac20a;p=civicrm-core.git CRM-14898 - Modify action links on membership selector to make it easier to find Renew action. ---------------------------------------- * CRM-14898: https://issues.civicrm.org/jira/browse/CRM-14898 --- diff --git a/CRM/Member/Page/Tab.php b/CRM/Member/Page/Tab.php index 455219e8ab..e722bff3ed 100644 --- a/CRM/Member/Page/Tab.php +++ b/CRM/Member/Page/Tab.php @@ -125,7 +125,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page { 'id' => $dao->id, 'cid' => $this->_contactId, ), - ts('more'), + ts('Renew') . '...', FALSE, 'membership.tab.row', 'Membership', diff --git a/CRM/Member/Selector/Search.php b/CRM/Member/Selector/Search.php index 1038927d9d..b3cd4ae9b4 100644 --- a/CRM/Member/Selector/Search.php +++ b/CRM/Member/Selector/Search.php @@ -405,7 +405,7 @@ class CRM_Member_Selector_Search extends CRM_Core_Selector_Base implements CRM_C 'cid' => $result->contact_id, 'cxt' => $this->_context, ), - ts('more'), + ts('Renew') . '...', FALSE, 'membership.selector.row', 'Membership',