FineNine - Revise upgrade notice to be less alarming
authorTim Otten <totten@civicrm.org>
Thu, 3 Jan 2019 00:36:39 +0000 (16:36 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 3 Jan 2019 00:36:39 +0000 (16:36 -0800)
Based on discussion at https://github.com/civicrm/civicrm-core/pull/13384/files#r244890998

CRM/Upgrade/Incremental/php/FiveNine.php

index 259721f9a7a9c882d1167496fe6241fc9ca4a6b9..4868ad5243284dbc235c043c0afa16c5f23f3224 100644 (file)
@@ -62,7 +62,7 @@ class CRM_Upgrade_Incremental_php_FiveNine extends CRM_Upgrade_Incremental_Base
       );
       $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 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>' .
-        '<p>' . 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') . '</p>';
+        '<p>' . ts('CiviCRM v5.9+ adds a new search preference for certain custom-fields ("Money", "Integer", or "Float" data displayed as "Select" or "Radio" fields). For continuity, any old fields have been set to continue the old user-experience. However, you may want to review these settings. (You should especially review if this site used v5.9-alpha or v5.9-beta.)') . '</p>';
     }
 
     // Example: Generate a post-upgrade message.