From 83fca4c9b1224779b05464eef860d1639339a467 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Wed, 30 Jun 2010 08:03:04 +0000 Subject: [PATCH] small change --- htdocs/compta/facture.php | 2 +- htdocs/langs/fr_FR/bills.lang | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index ac23d82f3c5..130e2f1c5cc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3562,7 +3562,7 @@ else if ($month) $param.='&month='.$month; if ($year) $param.='&year=' .$year; - print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans('BillsCustomer').' '.($socid?' '.$soc->nom:''),$page,'facture.php',$param,$sortfield,$sortorder,'',$num); $i = 0; print '
'."\n"; diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 9c40ad845de..ba113900272 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -3,6 +3,7 @@ CHARSET=UTF-8 Bill=Facture Bills=Factures BillsCustomers=Factures clients +BillsCustomer=Factures client BillsSuppliers=Factures fournisseurs BillsCustomersUnpaid=Factures clients impayƩes BillsCustomersUnpaidForCompany=Factures clients impayƩes pour %s