This commit is contained in:
Laurent Destailleur 2020-05-30 00:23:14 +02:00
parent 455ba002b4
commit 926a9f68c4
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ ModulesMarketPlaces=Find external app/modules
ModulesDevelopYourModule=Develop your own app/modules ModulesDevelopYourModule=Develop your own app/modules
ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you. ModulesDevelopDesc=You may also develop your own module or find a partner to develop one for you.
DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)... DOLISTOREdescriptionLong=Instead of switching on <a href="https://www.dolistore.com">www.dolistore.com</a> web site to find an external module, you can use this embedded tool that will perform the search on the external market place for you (may be slow, need an internet access)...
NewModule=New NewModule=New module
FreeModule=Free FreeModule=Free
CompatibleUpTo=Compatible with version %s CompatibleUpTo=Compatible with version %s
NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s). NotCompatible=This module does not seem compatible with your Dolibarr %s (Min %s - Max %s).

View File

@ -1756,7 +1756,7 @@ $head[$h][1] = $langs->trans("DangerZone");
$head[$h][2] = 'deletemodule'; $head[$h][2] = 'deletemodule';
$h++; $h++;
dol_fiche_head($head, $module, $langs->trans("Modules"), -1, 'generic', 0, $infomodulesfound, '', 8); // Modules dol_fiche_head($head, $module, '', -1, '', 0, $infomodulesfound, '', 8); // Modules
if ($module == 'initmodule') if ($module == 'initmodule')
{ {