diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 7369b6ad639..9ae2340f9c0 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -139,12 +139,12 @@ print "
\n"; if ($user->rights->categorie->creer) { - print "".$langs->trans("Edit").""; + print "".$langs->trans("Edit").""; } if ($user->rights->categorie->supprimer) { - print "".$langs->trans("Delete").""; + print "".$langs->trans("Delete").""; } print "
";