diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php
index 94d33d6059c..253d69377bb 100644
--- a/htdocs/admin/modulehelp.php
+++ b/htdocs/admin/modulehelp.php
@@ -329,10 +329,12 @@ if ($mode == 'desc') {
$text .= '
'.$moduledesc.'
';
}
- $text .= ''.$langs->trans("Version").': '.$version;
-
$moduledescriptorfile = get_class($objMod).'.class.php';
- $text .= '
'.$langs->trans("DescriptorFile").': '.$moduledescriptorfile;
+ $text .= ''.$langs->trans("DescriptorFile").': '.$moduledescriptorfile;
+
+ $text .= '
'.$langs->trans("IdModule").': '.$objMod->numero;
+
+ $text .= '
'.$langs->trans("Version").': '.$version;
$textexternal = '';
if ($objMod->isCoreOrExternalModule() == 'external') {