From 9df69367d27fbf9e5b836759b5e04bef6548d385 Mon Sep 17 00:00:00 2001 From: erics Date: Tue, 7 Jun 2005 15:38:15 +0000 Subject: [PATCH] manque le trans --- htdocs/includes/menus/barre_top/default.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php index c55afa36acd..686967b5f51 100644 --- a/htdocs/includes/menus/barre_top/default.php +++ b/htdocs/includes/menus/barre_top/default.php @@ -162,8 +162,7 @@ class MenuTop { $chaine=""; if ($conf->produit->enabled) { $chaine.=$langs->trans("Products"); } if ($conf->produit->enabled && $conf->service->enabled) { $chaine.="/"; } - if ($conf->service->enabled) { $chaine.=$langs->("Services"); } - + if ($conf->service->enabled) { $chaine.=$langs->trans("Services"); } print 'atarget?" target=$this->atarget":"").'>'.$chaine.'';