public function __construct()
 {
     parent::__construct();
     $this->_headerText = Mage::helper('enhancedgrid')->__('Manage Products (Enhanced)');
 }
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = Mage::helper('productupdater')->__('Products Manager (Advanced)');
 }