diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index b18b9399bac..7bbbadd78a1 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -544,19 +544,19 @@ else
{
if ($_GET["action"] != "edit")
{
- print 'Supprimer';
+ print ''.$langs->trans("Delete").'';
}
}
elseif ($fac->statut == 1 && $fac->paye == 0 && $user->societe_id == 0)
{
- print 'Émettre un paiement';
+ print ''.$langs->trans("DoPaiement").'';
}
if ($fac->statut == 0 && $user->societe_id == 0)
{
if ($_GET["action"] == "edit")
{
- print 'Abandonner';
+ print ''.$langs->trans("Cancel").'';
}
else
{