From e13c50e7e8fbce7f9db188ee55fdecb5ccb50445 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Jun 2004 02:32:42 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Terme=20g=E9n=E9rique=20pour=20le=20d?= =?UTF-8?q?=E9partement/province/canton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/soc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 48f428c7d1b..6581be83a9b 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -90,7 +90,7 @@ if ($action == 'create') print 'CP '; print 'Ville '; - print 'Département'; + print 'Département/Province/Canton'; print $form->select_departement($soc->departement_id); print ''; @@ -164,7 +164,7 @@ elseif ($action == 'edit') print 'CP '; print 'Ville '; - print 'Département'; + print 'Département/Province/Canton'; print $form->select_departement($soc->departement_id); print '';