From adda63d57a89ab8a82d7f3e920b40d00491e9a39 Mon Sep 17 00:00:00 2001 From: ccomb Date: Mon, 15 Aug 2005 10:38:09 +0000 Subject: [PATCH] ortho + modif phrase --- htdocs/compta/bank/virement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/virement.php b/htdocs/compta/bank/virement.php index 98bfc29f057..ffece282d5f 100644 --- a/htdocs/compta/bank/virement.php +++ b/htdocs/compta/bank/virement.php @@ -73,13 +73,13 @@ if ($_POST["action"] == 'add') $accountto=new Account($db); $accountto->fetch($_POST["account_to"]); - $mesg.="
Votre virement entre id."\">".$accountfrom->label." et id."\">".$accountto->label." de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a été crée.
"; + $mesg.="
Le virement depuis « id."\">".$accountfrom->label." » vers « id."\">".$accountto->label." » de ".$amount." ".$langs->trans("Currency".$conf->monnaie)." a été créé.
"; } else { dolibarr_print_error($db); } } else { - $mesg.="
Un libellé de virement et un montant non nul est obligatoire.
"; + $mesg.="
Un libellé de virement et un montant non nul sont obligatoires.
"; } }