From f6c2762cf5fe330f3db143d4b8a89a196780af78 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Mon, 17 Dec 2007 02:52:11 +0000 Subject: [PATCH] fix: traduction --- htdocs/soc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 0ef8ecf495b..32e2145e5fb 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -350,7 +350,7 @@ if ($_POST["getcustomercode"] || $_POST["getsuppliercode"] || print '<tr><td width="25%">'.$langs->trans('ProspectCustomer').'</td><td width="25%"><select class="flat" name="client">'; print '<option value="2"'.($soc->client==2?' selected="true"':'').'>'.$langs->trans('Prospect').'</option>'; print '<option value="1"'.($soc->client==1?' selected="true"':'').'>'.$langs->trans('Customer').'</option>'; - print '<option value="0"'.($soc->client==0?' selected="true"':'').'>Ni client, ni prospect</option>'; + print '<option value="0"'.($soc->client==0?' selected="true"':'').'>'.$langs->trans('NorProspectNorCustomer').'</option>'; print '</select></td>'; print '<td width="25%">'.$langs->trans('CustomerCode').'</td><td width="25%">'; @@ -693,7 +693,7 @@ elseif ($_GET["action"] == 'edit' || $_POST["action"] == 'edit') print '<tr><td width="25%">'.$langs->trans('ProspectCustomer').'</td><td width="25%"><select class="flat" name="client">'; print '<option value="2"'.($soc->client==2?' selected="true"':'').'>'.$langs->trans('Prospect').'</option>'; print '<option value="1"'.($soc->client==1?' selected="true"':'').'>'.$langs->trans('Customer').'</option>'; - print '<option value="0"'.($soc->client==0?' selected="true"':'').'>Ni client, ni prospect</option>'; + print '<option value="0"'.($soc->client==0?' selected="true"':'').'>'.$langs->trans('NorProspectNorCustomer').'</option>'; print '</select></td>'; print '<td width="25%">'.$langs->trans('CustomerCode').'</td><td width="25%">'; -- GitLab