diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
index f695b65a842..c2e838670ff 100644
--- a/htdocs/categories/index.php
+++ b/htdocs/categories/index.php
@@ -96,7 +96,7 @@ if($_POST['catname']) {
* Catégories principales
*/
print '
';
- print '| '.$langs->trans("AllCats").' |
';
+ print '| '.$langs->trans("AllCats").' | '.$langs->trans("Desc").' |
';
$c->get_categories_arbo();
$cate_arbo = $c->get_arbo_each_cate();
@@ -106,6 +106,9 @@ print '';
$i = !$i;
print "\t\n";
print '| '.$value[0].' | ';
+ print "\t\n";
+ print ''.$c->get_desc($value[1]).' | ';
+ print "\t\n";
print "\t
\n";
}