diff --git a/htdocs/categories/categorie.class.php b/htdocs/categories/categorie.class.php index e4e92a4cd3c..0e5c9c46360 100644 --- a/htdocs/categories/categorie.class.php +++ b/htdocs/categories/categorie.class.php @@ -126,7 +126,7 @@ class Categorie { if($this->add_fille() < 0) { - $this->error="La catégorie n'ap pas pu être associé a sa catégorie parente"; + $this->error=$langs->trans("ImpossibleAssociateCategory"); return -1; }