From: Nikki Murray Date: Thu, 15 Oct 2015 16:04:57 +0000 (-0400) Subject: CRM-13823 Fixing ts() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c1c5b99a5203a4bd598f9aff5813ef268bb1816d;p=civicrm-core.git CRM-13823 Fixing ts() --- 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