Merge pull request #3903 from atif-shaikh/CRM-15142
[civicrm-core.git] / CRM / Contact / Selector.php
index 7c9b3b6beca0955939143bffc2b8ba1670e94c49..7d78e694598f1c8c1010caa56d71d38afd90a365 100644 (file)
@@ -358,7 +358,7 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
     }
 
     if ($output == CRM_Core_Selector_Controller::EXPORT) {
-      $csvHeaders = array(ts('Contact Id'), ts('Contact Type'));
+      $csvHeaders = array(ts('Contact ID'), ts('Contact Type'));
       foreach ($this->getColHeads($action, $output) as $column) {
         if (array_key_exists('name', $column)) {
           $csvHeaders[] = $column['name'];