JI-89 Fix spelling error

pull/38/head
Timothy Lim 2017-03-28 13:32:30 +02:00
parent d3d5dbe1a7
commit 33406c69cc
1 changed files with 1 additions and 1 deletions

View File

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