diff --git a/htdocs/includes/menus/barre_top/default.php b/htdocs/includes/menus/barre_top/default.php
index f285878c058..5abfb319eb1 100644
--- a/htdocs/includes/menus/barre_top/default.php
+++ b/htdocs/includes/menus/barre_top/default.php
@@ -127,7 +127,10 @@ if ($conf->produit->enabled || $conf->service->enabled)
}
-
+if ($conf->fournisseur->enabled)
+{
+ $langs->load("suppliers");
+
$class="";
if ($_SESSION["topmenu"] && $_SESSION["topmenu"] == "supplier")
{
@@ -142,10 +145,8 @@ if ($conf->produit->enabled || $conf->service->enabled)
$class = 'class="tmenu"';
}
- print ''.$langs->trans("Fournisseur").'';
-
-
-
+ print ''.$langs->trans("Suppliers").'';
+}
if ($conf->webcal->enabled)