dev/core#2122 - TimezoneRevertTrait - Tweak messaging
authorTim Otten <totten@civicrm.org>
Thu, 24 Mar 2022 07:21:29 +0000 (00:21 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 24 Mar 2022 07:22:25 +0000 (00:22 -0700)
CRM/Upgrade/Incremental/php/TimezoneRevertTrait.php

index 1ee8a8a15263d5517ff58ee0e40d4d3e96f235d5..3df1ced2f23e2a3882844216d1f7c0efacae0473 100644 (file)
@@ -22,11 +22,9 @@ trait CRM_Upgrade_Incremental_php_TimezoneRevertTrait {
     if (self::areEventsUsingTimestamp() && self::areThereAnyCiviEvents()) {
       $timezoneStats = $this->getTimezoneStats();
       return '<div><span>' . ts('CiviEvent Timezone Rollback') . '</span><ul><li>'
-        . ts('The upgrade will rollback recent changes involving CiviEvent timezones.')
+        . ts('CiviEvent v5.47.0 briefly introduced new timezone functionality. This will be removed, and times will be converted back to their old format.')
         . '</li><li>'
-        . ts('This requires converting CiviEvent times. After conversion, <em>CiviEvent times may be skewed</em>.')
-        . '</li><li>'
-        . ts('To prevent or fix skewed times, please review <a %1>CiviEvent v5.47 Timezone Notice</a>.', [
+        . ts('Unfortunately, <em>CiviEvent times may be inaccurate</em>. To prevent or fix inaccuracies, please review <a %1>CiviEvent v5.47 Timezone Notice</a>.', [
           1 => 'target="_blank" href="https://civicrm.org/redirect/event-timezone-5.47"',
         ])
         . '</li><li>'