diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php
index 5a1e7b3afc3..2bdf200225b 100755
--- a/dev/initdata/purge-data.php
+++ b/dev/initdata/purge-data.php
@@ -44,8 +44,7 @@ include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
include_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
include_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php';
-$langs->load("main");
-$langs->load("errors");
+$langs->loadLangs(array("main", "errors"));
// Global variables
$version=DOL_VERSION;
diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
index 10cffafb9a9..e978ac85b55 100644
--- a/htdocs/admin/system/filecheck.php
+++ b/htdocs/admin/system/filecheck.php
@@ -307,7 +307,7 @@ if (! $error && $xml)
}
else
{
- $out.='
| '.$langs->trans("None").' |
';
+ $out.='| '.$langs->trans("None").' |
';
}
$out.='';
$out.='';
diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
index 00db6264377..b7f6bd68493 100644
--- a/htdocs/comm/propal/stats/index.php
+++ b/htdocs/comm/propal/stats/index.php
@@ -65,9 +65,7 @@ $langs->loadLangs(array('orders', 'companies', 'other', 'suppliers', 'supplier_p
$form=new Form($db);
$formpropal=new FormPropal($db);
-$langs->load('propal');
-$langs->load('other');
-$langs->load("companies");
+$langs->loadLangs(array('propal', 'other', 'companies'));
if ($mode == 'customer')
{
diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
index 50a6d2d6656..04cc6705623 100644
--- a/htdocs/core/class/html.formprojet.class.php
+++ b/htdocs/core/class/html.formprojet.class.php
@@ -626,11 +626,16 @@ class FormProjets
if ($num > 0)
{
$sellist = '