From 6ec1e9d2980d652a64184b6fedb6b62463660a40 Mon Sep 17 00:00:00 2001 From: liedekef Date: Sun, 14 Jan 2007 19:44:33 +0000 Subject: [PATCH] Small language fix --- htdocs/compta/facture/fiche-rec.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index dd324180ae1..8496ff7db22 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -99,7 +99,7 @@ if ($_REQUEST["action"] == 'delete' && $user->rights->facture->supprimer) * Affichage page */ -llxHeader('','Facture récurrente','ch-facture.html#s-fac-facture-rec'); +llxHeader('',$langs->trans("RepeatableInvoices"),'ch-facture.html#s-fac-facture-rec'); $html = new Form($db); @@ -413,7 +413,7 @@ else if ($result) { $num = $db->num_rows($result); - print_barre_liste($langs->trans("RepeatableInvoice"),$page,"fiche-rec.php","&socid=$socid",$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans("RepeatableInvoices"),$page,"fiche-rec.php","&socid=$socid",$sortfield,$sortorder,'',$num); $i = 0; print "";