diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 26534fa212a..024b559c085 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -243,9 +243,12 @@ if ($_GET['action'] == 'create' || $_POST['action'] == 'add_paiement') print "\n"; print ''; - print ''; + print ''; - print ''.$langs->trans('Numero').'
Numéro du chèque / virement'; + print ''.$langs->trans('Numero'); + print ' (Numéro chèque ou virement)'; // \todo a traduire + print ''; + print ''; print ''; if ($conf->banque->enabled)