diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php
index 5a444c92ae1..065c70d2a89 100644
--- a/htdocs/admin/modulehelp.php
+++ b/htdocs/admin/modulehelp.php
@@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
// Load translation files required by the page
-$langs->loadLangs(array('errors', 'admin'));
+$langs->loadLangs(array('errors', 'admin', 'modulebuilder'));
$mode = GETPOST('mode', 'alpha');
$action = GETPOST('action', 'alpha');
@@ -318,6 +318,9 @@ if ($mode == 'desc')
$text .= ''.$langs->trans("Version").': '.$version;
+ $moduledescriptorfile = get_class($objMod).'.class.php';
+ $text .= '
'.$langs->trans("DescriptorFile").': '.$moduledescriptorfile;
+
$textexternal = '';
if ($objMod->isCoreOrExternalModule() == 'external')
{
diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 5d03a19a829..ea863893874 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -541,8 +541,8 @@ if ($mode == 'common' || $mode == 'commonkanban')
$moreforfilter .= '';
$moreforfilter .= '