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; }