[+] BO : Adding e-mailing module category

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12332 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-01-11 09:00:57 +00:00
parent ad1fd29cea
commit 093e396b68
@@ -82,6 +82,7 @@ class AdminModulesControllerCore extends AdminController
$this->list_modules_categories['checkout']['name'] = $this->l('Checkout');
$this->list_modules_categories['content_management']['name'] = $this->l('Content Management');
$this->list_modules_categories['export']['name'] = $this->l('Export');
$this->list_modules_categories['emailing']['name'] = $this->l('E-mailing');
$this->list_modules_categories['front_office_features']['name'] = $this->l('Front Office Features');
$this->list_modules_categories['i18n_localization']['name'] = $this->l('I18n & Localization');
$this->list_modules_categories['merchandizing']['name'] = $this->l('Merchandizing');