From 91f4c3f6cc44728bdca657b04752546e3ef3f0a4 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 27 Dec 2018 22:59:41 -0800 Subject: [PATCH] FiveNine.php - Copy-edit post-upgrade message --- CRM/Upgrade/Incremental/php/FiveNine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FiveNine.php b/CRM/Upgrade/Incremental/php/FiveNine.php index a7a8493388..5c8f84b943 100644 --- a/CRM/Upgrade/Incremental/php/FiveNine.php +++ b/CRM/Upgrade/Incremental/php/FiveNine.php @@ -61,7 +61,7 @@ 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 you altered your WYSIWYG editor setting you should visit the Display Preferences page and check the editor setting', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"')) . '

'; + '

' . 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') . '"')) . '

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