From: mark burdett Date: Thu, 10 Jan 2019 10:53:16 +0000 (-0800) Subject: Fix typo in status message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7806826f42a1557ca12a6f620c76dec32a47c805;p=civicrm-core.git Fix typo in status message --- diff --git a/CRM/Utils/Check/Component/Env.php b/CRM/Utils/Check/Component/Env.php index d4a98259b3..40420cd413 100644 --- a/CRM/Utils/Check/Component/Env.php +++ b/CRM/Utils/Check/Component/Env.php @@ -973,7 +973,7 @@ class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component { if (version_compare($version, '5.5.3', '<')) { $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, - ts('It is recommended, though not yet required, to upgrade your PHP MySQL driver (libmysqlclient) to >= 5.0.9 for utf8mb4 support.'), + ts('It is recommended, though not yet required, to upgrade your PHP MySQL driver (libmysqlclient) to >= 5.5.3 for utf8mb4 support.'), ts('PHP MySQL Driver (libmysqlclient)'), \Psr\Log\LogLevel::WARNING, 'fa-server'