From 8d241549c9aab9d79fe01360e87757915a1389fd Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Mon, 4 Sep 2017 15:02:33 -0400 Subject: [PATCH] Better labeling of XML requirement --- install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/index.php b/install/index.php index dca5431285..778899163a 100644 --- a/install/index.php +++ b/install/index.php @@ -708,8 +708,8 @@ class InstallRequirements { // Check for XML support $this->requireFunction('simplexml_load_file', array( ts("PHP Configuration"), - ts("XML support"), - ts("XML support not included in PHP."), + ts("SimpleXML support"), + ts("SimpleXML support not included in PHP."), )); // Check for JSON support -- 2.25.1