Add space
authorfrancescbassas <francesc@babu.cat>
Fri, 17 Sep 2021 17:20:35 +0000 (19:20 +0200)
committerFrancesc Bassas i Bullich <francesc@babu.cat>
Fri, 17 Sep 2021 17:28:02 +0000 (19:28 +0200)
Formatting
Close ts() function

CRM/Member/Form/Membership.php

index 7e9c28faeb0457d34b875f5af107732e1bac78ab..683f1863954a0b2fb29f34dfbef403def8b75c88 100644 (file)
@@ -134,11 +134,13 @@ class CRM_Member_Form_Membership extends CRM_Member_Form {
    */
   public function setDeleteMessage() {
     $this->deleteMessage = '<span class="font-red bold">'
-      . ts('WARNING: Deleting this membership will also delete any related payment (contribution) records.' . ts('This action cannot be undone.')
-        . '</span><p>'
-        . ts('Consider modifying the membership status instead if you want to maintain an audit trail and avoid losing payment data. You can set the status to Cancelled by editing the membership and clicking the Status Override checkbox.')
-          . '</p><p>'
-        . ts("Click 'Delete' if you want to continue.") . '</p>');
+      . ts('WARNING: Deleting this membership will also delete any related payment (contribution) records.')
+      . ' '
+      . ts('This action cannot be undone.')
+      . '</span><p>'
+      . ts('Consider modifying the membership status instead if you want to maintain an audit trail and avoid losing payment data. You can set the status to Cancelled by editing the membership and clicking the Status Override checkbox.')
+      . '</p><p>'
+      . ts("Click 'Delete' if you want to continue.") . '</p>';
   }
 
   /**