// 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:
rMalie
2012-02-28 12:48:20 +00:00
parent d7f60335e4
commit 76bdddb952
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'));
+1 -1
View File
@@ -55,7 +55,7 @@
'Create settings.inc file' => 'settings.inc Datei wird erstellt',
'Create database tables' => 'Datenbanktabellen werden erstellt',
'Populate database tables' => 'Datenbankdaten werden eingetragen',
'Configure shop informations' => 'Shopeinstellungen vornehmen',
'Configure shop information' => 'Shopeinstellungen vornehmen',
'Install modules' => 'Module werden installiert',
'Install demonstration data' => 'Demo wird installiert',
'Install theme' => 'Theme wird installiert',
+1 -1
View File
@@ -55,7 +55,7 @@
'Create settings.inc file' => NULL,
'Create database tables' => NULL,
'Populate database tables' => NULL,
'Configure shop informations' => NULL,
'Configure shop information' => NULL,
'Install modules' => NULL,
'Install demonstration data' => NULL,
'Install theme' => NULL,
+1 -1
View File
@@ -57,7 +57,7 @@ return array(
'Create database tables' => 'Création des tables de la base',
'Create default shop and languages' => 'Création de la boutique par défaut et des langues',
'Populate database tables' => 'Remplissage des tables de la base',
'Configure shop informations' => 'Configuration de la boutique',
'Configure shop information' => 'Configuration de la boutique',
'Install modules' => 'Installation des modules',
'Install demonstration data' => 'Installation des produits de démo',
'Install theme' => 'Installation du thème',
+1 -1
View File
@@ -55,7 +55,7 @@
'Create settings.inc file' => NULL,
'Create database tables' => NULL,
'Populate database tables' => NULL,
'Configure shop informations' => NULL,
'Configure shop information' => NULL,
'Install modules' => NULL,
'Install demonstration data' => NULL,
'Install theme' => NULL,