diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index 48de1c1b171..b6936c5d7e6 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -940,7 +940,7 @@ else
else
if ($user->rights->fournisseur->facture->creer)
{
- print ''.$langs->trans('Copy').'';
+ print ''.$langs->trans('ToClone').'';
}
if ($_GET['action'] != 'edit' && $fac->statut == 0 && $user->rights->fournisseur->facture->supprimer)