FiveNine.php - Copy-edit post-upgrade message
authorTim Otten <totten@civicrm.org>
Fri, 28 Dec 2018 06:59:41 +0000 (22:59 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Dec 2018 06:59:41 +0000 (22:59 -0800)
CRM/Upgrade/Incremental/php/FiveNine.php

index a7a84933884e6727ed0973284bfbae84004e8f0b..5c8f84b94391d53e4883c48de38957fab2cefa3b 100644 (file)
@@ -61,7 +61,7 @@ class CRM_Upgrade_Incremental_php_FiveNine extends CRM_Upgrade_Incremental_Base
         2 => ts('Email on Hold'),
       );
       $postUpgradeMessage .= '<p>' . ts('If the setting "%1" is enabled, you should update any smart groups based on the "%2" field.', $args) . '</p>' .
-        '<p>' . ts('If you were previously on version 5.8 and you altered your WYSIWYG editor setting you should visit the <a %1>Display Preferences</a> page and check the editor setting', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"')) . '</p>';
+        '<p>' . ts('If you were previously on version 5.8 and altered the WYSIWYG editor setting, you should visit the <a %1>Display Preferences</a> page and re-save the WYSIWYG editor setting.', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/preferences/display', 'reset=1') . '"')) . '</p>';
     }
 
     // Example: Generate a post-upgrade message.