Merge pull request #4882 from colemanw/CRM-15789
[civicrm-core.git] / CRM / Upgrade / Page / Cleanup.php
index b29871e3010ba32a726de1e5996768e30fe4d8e4..8325c3f6331c30012f232d478973d432fcea8165 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -41,8 +41,9 @@ class CRM_Upgrade_Page_Cleanup  extends CRM_Core_Page {
     $preMessage = !empty($rows) ? ts('The following records have been processed. Membership records with action = Un-linked have been disconnected from the listed contribution record:') : ts('Could not find any records to process.');
     $template->assign('preMessage', $preMessage);
 
-    $postMessage =  ts('You can <a href="%1">click here</a> to try running the 4.2 upgrade script again. <a href="%2" target="_blank">(Review upgrade documentation)</a>',
-                    array(1 => CRM_Utils_System::url('civicrm/upgrade', 'reset=1'),
+    $postMessage = ts('You can <a href="%1">click here</a> to try running the 4.2 upgrade script again. <a href="%2" target="_blank">(Review upgrade documentation)</a>',
+                    array(
+    1 => CRM_Utils_System::url('civicrm/upgrade', 'reset=1'),
                           2 => 'http://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Upgrades'));
     $template->assign('postMessage', $postMessage);