From 653f9ec15da101a7232eba6833995f406e487c1a Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 14 Mar 2016 16:59:16 +0530 Subject: [PATCH] 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 --- CRM/Export/Form/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /** -- 2.25.1