// Fix typo in installer #PSTEST-891
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13676 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -323,7 +323,7 @@ class InstallControllerHttpProcess extends InstallControllerHttp
|
||||
}
|
||||
|
||||
$this->process_steps[] = $populate_step;
|
||||
$this->process_steps[] = array('key' => 'configureShop', 'lang' => $this->l('Configure shop informations'));
|
||||
$this->process_steps[] = array('key' => 'configureShop', 'lang' => $this->l('Configure shop information'));
|
||||
|
||||
|
||||
$install_modules = array('key' => 'installModules', 'lang' => $this->l('Install modules'));
|
||||
|
||||
Reference in New Issue
Block a user