diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3
index 86da9e13dd2..2a934d481ad 100644
--- a/htdocs/compta/facture.php3
+++ b/htdocs/compta/facture.php3
@@ -335,7 +335,7 @@ else
print "
| Date | ";
print "".strftime("%A %d %B %Y",$obj->df)." |
\n";
- print "| ".translate("Author")." | $author->fullname | ";
+ print "
| Auteur | $author->fullname | ";
print '
| Montant | ';
print ''.price($obj->amount).' | ';
@@ -346,7 +346,7 @@ else
print 'euros TTC |
';
print '| Statut | '.$obj->statut.' | ';
- print "".translate("Payed")." | ";
+ print "Payé | ";
print "".$yn[$obj->paye]." |
";
print "";