From c1c5b99a5203a4bd598f9aff5813ef268bb1816d Mon Sep 17 00:00:00 2001 From: Nikki Murray Date: Thu, 15 Oct 2015 12:04:57 -0400 Subject: [PATCH] CRM-13823 Fixing ts() --- CRM/Utils/Check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check.php b/CRM/Utils/Check.php index 2e228f18b1..b72f71ca65 100644 --- a/CRM/Utils/Check.php +++ b/CRM/Utils/Check.php @@ -91,7 +91,7 @@ class CRM_Utils_Check { if (count($statusMessages)) { if (count($statusMessages) > 1) { $statusTitle = ts('Multiple Alerts'); - $statusMessage = ts('Please check your status page for a full list and further details. '; + $statusMessage = ts('Please check your status page for a full list and further details.', array(1 => CRM_Utils_System::url('civicrm/a/#/status'))) . ''; } // @todo add link to status page -- 2.25.1