public function describe($params, $btx)
 {
     $ftp = new CRM_Financial_BAO_FinancialType();
     $ftp->get($params->financial_type_id);
     return "creating a contribution of type '{$ftp->name}' for <b>{$btx->amount} {$btx->currency}</b>";
 }