From: Tim Otten Date: Thu, 3 Jan 2019 00:24:08 +0000 (-0800) Subject: (NFC) FiveNine.php - Whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e65571d0da1fa0ecf5bcc672b63dd5e81645033;p=civicrm-core.git (NFC) FiveNine.php - Whitespace --- diff --git a/CRM/Upgrade/Incremental/php/FiveNine.php b/CRM/Upgrade/Incremental/php/FiveNine.php index d49dae931c..259721f9a7 100644 --- a/CRM/Upgrade/Incremental/php/FiveNine.php +++ b/CRM/Upgrade/Incremental/php/FiveNine.php @@ -61,7 +61,8 @@ class CRM_Upgrade_Incremental_php_FiveNine extends CRM_Upgrade_Incremental_Base 2 => ts('Email on Hold'), ); $postUpgradeMessage .= '

' . ts('If the setting "%1" is enabled, you should update any smart groups based on the "%2" field.', $args) . '

' . - '

' . ts('If you were previously on version 5.8 and altered the WYSIWYG editor setting, you should visit the Display Preferences page and re-save the WYSIWYG editor setting.', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"')) . '

' . ts('If you have any custom fields of type Money, Int or Float, The search by range checkbox has been unchecked for these fields. If you wish to search by range on those fields you must re-set the checkbox') . '

'; + '

' . ts('If you were previously on version 5.8 and altered the WYSIWYG editor setting, you should visit the Display Preferences page and re-save the WYSIWYG editor setting.', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"')) . '

' . + '

' . ts('If you have any custom fields of type Money, Int or Float, The search by range checkbox has been unchecked for these fields. If you wish to search by range on those fields you must re-set the checkbox') . '

'; } // Example: Generate a post-upgrade message.