diff --git a/lang/verifier.xml b/lang/verifier.xml
index e0d57949b9f8b1a517446f5763fc60814dd28f3d..a091987a4680a5c0048f5e362b972c854b337377 100644
--- a/lang/verifier.xml
+++ b/lang/verifier.xml
@@ -4,8 +4,8 @@
 		<traducteur nom="klaus++" lien="http://trad.spip.org/auteur/klaus" />
 	</langue>
 	<langue code="en" url="http://trad.spip.org/tradlang_module/verifier?lang_cible=en">
-		<traducteur nom="RastaPopoulos" lien="http://trad.spip.org/auteur/rastapopoulos" />
 		<traducteur nom="kent1" lien="http://trad.spip.org/auteur/kent1" />
+		<traducteur nom="RastaPopoulos" lien="http://trad.spip.org/auteur/rastapopoulos" />
 		<traducteur nom="Mark" lien="http://trad.spip.org/auteur/mark" />
 		<traducteur nom="George" lien="http://trad.spip.org/auteur/جورج-قندلفت" />
 	</langue>
diff --git a/lang/verifier_en.php b/lang/verifier_en.php
index 2224a4d2840846b90df27577a77f2adc1a78cb60..ab09f10c70c10fab9490d67dabe0a21a394dfc95 100644
--- a/lang/verifier_en.php
+++ b/lang/verifier_en.php
@@ -32,10 +32,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'erreur_regex' => 'The regex string is incorrectly formatted.',
 	'erreur_siren' => 'The SIREN number is invalid.',
 	'erreur_siret' => 'The SIRET number is invalid.',
-	'erreur_taille_egal' => 'The value must have exactly @egal@ characters.', # MODIF
-	'erreur_taille_entre' => 'The value must have between @min@ and @max@ characters.', # MODIF
-	'erreur_taille_max' => 'The value must have no more than @max@ characters.', # MODIF
-	'erreur_taille_min' => 'The value must have no less than @min@ characters.', # MODIF
+	'erreur_taille_egal' => 'The value must have exactly @egal@ characters (currently @nb@).',
+	'erreur_taille_entre' => 'The value must have between @min@ and @max@ characters (currently @nb@).',
+	'erreur_taille_max' => 'The value must have no more than @max@ characters (currently @nb@).',
+	'erreur_taille_min' => 'The value must have no less than @min@ characters (currently @nb@).',
 	'erreur_telephone' => 'The telephone number is invalid.',
 	'erreur_url' => 'The URL address <em>@url@</em> is invalid.',
 	'erreur_url_protocole' => 'The address entered <em>(@url@)</em> must start with @protocole@',