Merge pull request #6412 from colemanw/CRM-11369
[civicrm-core.git] / templates / CRM / Event / Form / EventFees.tpl
index 07ad4a51ec524af0d848786a5948deb700377a10..1a748e2b2a4fabf9197a49509a6a103e22f76bc2 100644 (file)
 {literal}
   function confirmStatus( pStatusId, cStatusId ) {
      if ( (pStatusId == cj("#status_id").val() ) && (cStatusId == cj("#contribution_status_id").val()) ) {
-         var allow = confirm( '{/literal}{ts escape='js'}The Payment Status for this participant is Completed. The Participant Status is set to Pending from pay later. Click Cancel if you want to review or modify these values before saving this record{/ts}{literal}.' );
+         var allow = confirm( '{/literal}{ts escape='js'}The Payment Status for this participant is Completed. The Participant Status is set to Pending (pay later). Click Cancel if you want to review or modify these values before saving this record{/ts}{literal}.' );
          if ( !allow ) return false;
      }
   }