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").''; } }