diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index ad33b4ce619..341cdd00ebc 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -497,9 +497,10 @@ if ($mode != 'marketplace')
print '
';
$text='';
- if ($objMod->getDescLong()) $text.=' '.$objMod->getDesc().' '.$objMod->getDescLong().' ';
- else $text.=''.$objMod->getDesc().' ';
-
+ //if ($objMod->getDescLong()) $text.=''.$objMod->getDesc().' '.$objMod->getDescLong().' ';
+ //else $text.=''.$objMod->getDesc().' ';
+ $text.=''.$objMod->getDesc().' ';
+
$textexternal='';
$imginfo="info";
if ($objMod->isCoreOrExternalModule() == 'external')
|