From db793148c8dac0c7eb6e73d62dec3807f356b701 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 15 Mar 2006 15:26:27 +0000 Subject: [PATCH] print des mesg via langs --- htdocs/categories/categorie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }