From: yashodha Date: Mon, 14 Mar 2016 11:29:16 +0000 (+0530) Subject: CRM-18201: Change form title 'Export All or Selected Fields' to 'Export Options' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=653f9ec15da101a7232eba6833995f406e487c1a;p=civicrm-core.git CRM-18201: Change form title 'Export All or Selected Fields' to 'Export Options' ---------------------------------------- * CRM-18201: Change form title "Export All or Selected Fields" to "Export Options" https://issues.civicrm.org/jira/browse/CRM-18201 --- diff --git a/CRM/Export/Form/Select.php b/CRM/Export/Form/Select.php index c2dac7b530..4349d3427a 100644 --- a/CRM/Export/Form/Select.php +++ b/CRM/Export/Form/Select.php @@ -444,7 +444,7 @@ FROM {$this->_componentTable} * @return string */ public function getTitle() { - return ts('Export All or Selected Fields'); + return ts('Export Options'); } /**