Merge pull request #7969 from monishdeb/CRM-18224
[civicrm-core.git] / CRM / Export / Form / Select.php
index 3a89d058b09511ba626d522b53b47b2202b76db0..4349d3427a1016f50ee4a89ba6a7c027d224efe8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
@@ -444,7 +444,7 @@ FROM   {$this->_componentTable}
    * @return string
    */
   public function getTitle() {
-    return ts('Export All or Selected Fields');
+    return ts('Export Options');
   }
 
   /**