Change Dutch word to English
authorLaryn <laryn@cedc.org>
Mon, 7 Dec 2015 20:53:20 +0000 (14:53 -0600)
committerLaryn <laryn@cedc.org>
Mon, 7 Dec 2015 20:53:20 +0000 (14:53 -0600)
CRM/Campaign/Form/Search/Campaign.php

index af36fd2645696a6c2fc238a41d18615db2f47391..6e61d6a1bf67f2d2abe1a43ba4c46742e1de3651 100755 (executable)
@@ -106,7 +106,7 @@ class CRM_Campaign_Form_Search_Campaign extends CRM_Core_Form {
     $this->assign('campaignStatus', json_encode($campaignStatus));
 
     //active campaigns
-    $this->addElement('select', 'is_active', ts('Is Actief?'), array(
+    $this->addElement('select', 'is_active', ts('Is Active?'), array(
       '' => ts('- select -'),
       '0' => ts('Yes'),
       '1' => ts('No'),