diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 796011085dd..e4c81435752 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -3509,11 +3509,11 @@ class Form
/**
* Return list of payment methods
*
- * @param string $selected Id du mode de paiement pre-selectionne
- * @param string $htmlname Nom de la zone select
+ * @param string $selected Id or code or preselected payment mode
+ * @param string $htmlname Name of select field
* @param string $filtertype To filter on field type in llx_c_paiement ('CRDT' or 'DBIT' or array('code'=>xx,'label'=>zz))
- * @param int $format 0=id+libelle, 1=code+code, 2=code+libelle, 3=id+code
- * @param int $empty 1=peut etre vide, 0 sinon
+ * @param int $format 0=id+label, 1=code+code, 2=code+label, 3=id+code
+ * @param int $empty 1=can be empty, 0 otherwise
* @param int $noadmininfo 0=Add admin info, 1=Disable admin info
* @param int $maxlength Max length of label
* @param int $active Active or not, -1 = all
@@ -3551,9 +3551,12 @@ class Form
elseif ($format == 1) print '