CRM-13992 : QA fixes mentioned in #comment-57745
[civicrm-core.git] / CRM / Upgrade / Incremental / php / FourFive.php
index ec5940f9b293239c8e88dda3107a88a29ea80da7..3666f945c6349d55d412d5b6469ab15b79bd7872 100644 (file)
@@ -61,6 +61,7 @@ class CRM_Upgrade_Incremental_php_FourFive {
   function setPostUpgradeMessage(&$postUpgradeMessage, $rev) {
     if ($rev == '4.5.alpha1') {
       $postUpgradeMessage .= '<br /><br />' . ts('Default versions of the following System Workflow Message Templates have been modified to handle new functionality: <ul><li>Contributions - Receipt (off-line)</li><li>Contributions - Receipt (on-line)</li><li>Memberships - Receipt (on-line)</li><li>Pledges - Acknowledgement</li></ul> If you have modified these templates, please review the new default versions and implement updates as needed to your copies (Administer > Communications > Message Templates > System Workflow Messages).');
+      $postUpgradeMessage .= '<br /><br />' . ts('This release allows you to view and edit multiple-record custom field sets in a table format which will be more usable in some cases. You can try out the format by navigating to Administer > Custom Data & Screens > Custom Fields. Click Settings for a custom field set and change Display Style to "Tab with Tables".');
     }
   }