From d4a0c141b3c26d70c334a30b0017bcf855403ed3 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 26 Jul 2022 22:58:21 +0200 Subject: [PATCH] #296 Fix typos --- setup/compiler.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index bcea8aefa..dc3f88392 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -623,7 +623,7 @@ EOF; } else { /** @noinspection NestedPositiveIfStatementsInspection */ if (utils::IsDevelopmentEnvironment()) { - $sMissingBusinessFileMessage = 'A module embeds a non existing file : check the module.php "datamodel" key !'; + $sMissingBusinessFileMessage = 'A module embeds a non existing file: Check the module.php "datamodel" key!'; $aContext = [ 'moduleId' => $oModule->GetId(), 'moduleLocation' => $oModule->GetRootDir(),