// small correction in English installer text

This commit is contained in:
djfm
2013-10-31 08:25:57 +00:00
parent 11f60492be
commit a8a204edf3
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ class InstallControllerHttpProcess extends InstallControllerHttp
$install_modules['subtasks'][] = array('module' => $module);
$this->process_steps[] = $install_modules;
$install_modules = array('key' => 'installModulesAddons', 'lang' => $this->l('Install modules Addons'));
$install_modules = array('key' => 'installModulesAddons', 'lang' => $this->l('Install Addons modules'));
$params = array('iso_lang' => $this->language->getLanguageIso(),
'iso_country' => $this->session->shop_country,