From ff992d996c5cdd705a854bd97394642467088b4d Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 7 Oct 2019 13:37:35 +0200 Subject: [PATCH] Update type_translation.php --- htdocs/adherents/type_translation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/type_translation.php b/htdocs/adherents/type_translation.php index 23ed3775735..5122bebcecf 100644 --- a/htdocs/adherents/type_translation.php +++ b/htdocs/adherents/type_translation.php @@ -20,7 +20,7 @@ */ /** - * \file htdocs/product/traduction.php + * \file htdocs/adherents/type_translation.php * \ingroup product * \brief Page de traduction des produits */ @@ -205,8 +205,8 @@ if ($action == '') { if ($user->rights->produit->creer || $user->rights->service->creer) { - print ''.$langs->trans("Add").''; - if ($cnt_trans > 0) print ''.$langs->trans("Update").''; + print ''.$langs->trans("Add").''; + if ($cnt_trans > 0) print ''.$langs->trans("Update").''; } }