From 33406c69cca6987762ef7229c604d20bcbd516f2 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Tue, 28 Mar 2017 13:32:30 +0200 Subject: [PATCH] JI-89 Fix spelling error --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 3c77fb7..a1866bc 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2900,7 +2900,7 @@ class H5PCore { if (!extension_loaded('mbstring')) { $setup->errors[] = $this->h5pF->t( - 'The mbstring PHP extension is not loaded. H5P need this to function properly' + 'The mbstring PHP extension is not loaded. H5P needs this to function properly' ); $setup->disable_hub = TRUE; }