From 956900110bd9b03c27a6ab90824f2ae85f9054f2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Mar 2004 21:47:23 +0000 Subject: [PATCH] =?UTF-8?q?Le=20journal=20de=20caisse=20renomm=E9=20en=20"?= =?UTF-8?q?Journal=20de=20caisse".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/caisse/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/caisse/index.php b/htdocs/compta/caisse/index.php index e4f6311a162..fc34784e38a 100644 --- a/htdocs/compta/caisse/index.php +++ b/htdocs/compta/caisse/index.php @@ -55,7 +55,7 @@ $time = mktime(12,0,0,$mois, 1, $annee); $titre_mois = strftime("%B", $time); -print_fiche_titre("Livre Journal".($mois?" $titre_mois":"").($annee?" $annee":"")); +print_fiche_titre("Journal de caisse".($mois?" $titre_mois":"").($annee?" $annee":"")); print '
';