dev/core#1494 System check for moneyvalueformat: grammar & clarity
authorAndrew Hunt <andrew@aghstrategies.com>
Wed, 1 Jul 2020 21:23:26 +0000 (17:23 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Wed, 1 Jul 2020 21:23:26 +0000 (17:23 -0400)
CRM/Utils/Check/Component/Schema.php

index fe5da9a0cfa42d8b6c886ca0ba008fd8ce9eeb1c..c05a75a2ad3a7666888b929e7742151b0ba1101b 100644 (file)
@@ -183,8 +183,11 @@ class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component {
     if (CRM_Core_Config::singleton()->moneyvalueformat !== '%!i') {
       $msg = new CRM_Utils_Check_Message(
         __FUNCTION__,
-        ts('<p>The Money Value format stored is deprecated please report your configuration on <a href="https://lab.civicrm.org/dev/core/-/issues/1494">Gitlab Issue</a>'),
-        ts('Deprectad money value format configuration'),
+        ts(
+          '<p>The Monetary Value Display format is a deprecated setting, and this site has a non-standard format. Please report your configuration on <a href="%1">this Gitlab issue</a>.',
+          [1 => 'https://lab.civicrm.org/dev/core/-/issues/1494']
+        ),
+        ts('Deprecated monetary value display format configuration'),
         \Psr\Log\LogLevel::WARNING,
         'fa-server'
       );