From bcc81fa34f6b20708e8f74d838ea97ba0da4d499 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 18 Oct 2018 08:24:59 +0200 Subject: [PATCH] (Nothing important) just remove a minus in a word "re-install" (cherry picked from commit a81824a) --- system/locale/en/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/locale/en/install.php b/system/locale/en/install.php index c821fd8f..7ef0fe8c 100644 --- a/system/locale/en/install.php +++ b/system/locale/en/install.php @@ -18,7 +18,7 @@ $locale['loaded'] = 'Loaded'; $locale['not_loaded'] = 'Not loaded'; $locale['please_fill_all'] = 'Please fill all inputs!'; -$locale['already_installed'] = 'MyAAC has been already installed. Please delete install/ directory. If you want to re-install MyAAC - please delete config.local.php file from the main directory and refresh the page.'; +$locale['already_installed'] = 'MyAAC has been already installed. Please delete install/ directory. If you want to reinstall MyAAC - please delete config.local.php file from the main directory and refresh the page.'; // welcome $locale['step_welcome'] = 'Welcome';