From 7c2ee74764ea42368f9fc7b46bf98afc7b77bd83 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Jan 2005 18:51:06 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Traduction=20de=20"Date=20cr=E9ation"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/prospects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index 25ef8853d1e..de367ee68f4 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -21,7 +21,7 @@ * */ -/*! +/** \file htdocs/comm/prospect/prospect.php \ingroup prospect \brief Page de la liste des prospects @@ -128,7 +128,7 @@ if ($result) print_liste_field_titre($langs->trans("Town"),"prospects.php","s.ville","","","",$sortfield); print_liste_field_titre($langs->trans("State"),"prospects.php","s.fk_departement","","","align=\"center\"",$sortfield); print_liste_field_titre($langs->trans("Status"),"prospects.php","s.fk_stcomm","","","align=\"center\"",$sortfield); - print_liste_field_titre($langs->trans("Created"),"prospects.php","s.datec","","","align=\"center\"",$sortfield); + print_liste_field_titre($langs->trans("DateCreation"),"prospects.php","s.datec","","","align=\"center\"",$sortfield); print ' '; print "\n";