// Fix typo in installer #PSTEST-891

This commit is contained in:
rMalie
2012-02-28 12:48:20 +00:00
parent 3f26742414
commit 8d822a8595
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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'));