From a81824a7eb1f70365cd36ac470babbf470f92bb2 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" --- 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 2a3392d7..7682344a 100644 --- a/system/locale/en/install.php +++ b/system/locale/en/install.php @@ -20,7 +20,7 @@ $locale['not_loaded'] = 'Not loaded'; $locale['loading_spinner'] = 'Please wait, installing...'; $locale['importing_spinner'] = 'Please wait, importing data...'; $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';