From 14e891fb421aa7493561af8e0e9d22b2749e870b Mon Sep 17 00:00:00 2001 From: php-schubser Date: Tue, 11 Aug 2020 16:35:37 +0200 Subject: [PATCH 1/2] fix: text correction --- mmlc_installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmlc_installer.php b/mmlc_installer.php index fcc8ccd6..45277b3f 100644 --- a/mmlc_installer.php +++ b/mmlc_installer.php @@ -198,7 +198,7 @@ public static function showInstalled()

ModifiedModuleLoaderClient Installer v' . VERSION . '

ModifiedModuleLoaderClient is already installed.
-
You can delete the installer.php
+
You can delete the mmlc_installer.php


Open:
@@ -217,7 +217,7 @@ public static function showInstallDone()

ModifiedModuleLoaderClient Installer v' . VERSION . '

ModifiedModuleLoaderClient was installed.
-
You can delete the installer.php
+
You can delete the mmlc_installer.php


Open:
From d42de48cd0701be8244c8b9687c85680815c465e Mon Sep 17 00:00:00 2001 From: php-schubser Date: Wed, 12 Aug 2020 08:19:08 +0200 Subject: [PATCH 2/2] fix: text correction --- mmlc_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmlc_installer.php b/mmlc_installer.php index 320b64f0..49881cda 100644 --- a/mmlc_installer.php +++ b/mmlc_installer.php @@ -213,7 +213,7 @@ public static function showInstalled()

ModifiedModuleLoaderClient Installer v' . VERSION . '

ModifiedModuleLoaderClient is already installed.
-
You can delete the installer.php
+
You can now delete the mmlc_installer.php


Open: