diff --git a/install-dev/controllers/http/process.php b/install-dev/controllers/http/process.php index f55ef7496..fa96d7864 100644 --- a/install-dev/controllers/http/process.php +++ b/install-dev/controllers/http/process.php @@ -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')); diff --git a/install-dev/langs/de/install.php b/install-dev/langs/de/install.php index 07f70307d..4956894e8 100644 --- a/install-dev/langs/de/install.php +++ b/install-dev/langs/de/install.php @@ -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', diff --git a/install-dev/langs/es/install.php b/install-dev/langs/es/install.php index 83d2a22ba..26cb146b4 100644 --- a/install-dev/langs/es/install.php +++ b/install-dev/langs/es/install.php @@ -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, diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index b7916a138..f707db9f2 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -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', diff --git a/install-dev/langs/it/install.php b/install-dev/langs/it/install.php index bffecb2fe..508714214 100644 --- a/install-dev/langs/it/install.php +++ b/install-dev/langs/it/install.php @@ -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,