Skip to content

Commit

Permalink
Rename mudole names.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed Jan 15, 2016
1 parent 7e5a4eb commit 0413827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
*/
array_insert($GLOBALS['BE_MOD'], 1, array
(
'catalog' => array
'products' => array
(
'products' => array
'catalog' => array
(
'tables' => array('tl_catalog','tl_catalog_product','tl_content'),
'icon' => 'system/modules/catalog/assets/icon.png',
Expand Down
6 changes: 3 additions & 3 deletions languages/en/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
/**
* Back end modules
*/
$GLOBALS['TL_LANG']['MOD']['catalog'] = 'Catalog';
$GLOBALS['TL_LANG']['MOD']['products'] = array('Products','Catalog and products management');
$GLOBALS['TL_LANG']['MOD']['prices'] = array('Prices','Price management');
$GLOBALS['TL_LANG']['MOD']['products'] = 'Products';
$GLOBALS['TL_LANG']['MOD']['catalog'] = array('Catalogs','Catalog and products management');
$GLOBALS['TL_LANG']['MOD']['prices'] = array('Prices','Price management');


/**
Expand Down

0 comments on commit 0413827

Please sign in to comment.