diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
index 5eba016e0b1..5789e6c6c0f 100644
--- a/htdocs/imports/import.php
+++ b/htdocs/imports/import.php
@@ -653,8 +653,8 @@ if ($step == 3 && $datatoimport)
$entityicon=$entitytoicon[$entity]?$entitytoicon[$entity]:$entity;
$entitylang=$entitytolang[$entity]?$entitytolang[$entity]:$entity;
- print '
'.img_object('',$entityicon).' '.$langs->trans($entitylang).' | ';
- print ''.$langs->trans($label).' ('.$code.') | ';
+ print ''.img_object('',$entityicon).' '.$langs->trans($entitylang).' | ';
+ print ''.$langs->trans($label).' ('.$code.') | ';
print '';
$save_select.=$bit;
@@ -968,11 +968,11 @@ function show_elem($fieldssource,$pos,$var,$key)
else
{
//print ''.img_file('','').' | ';
- print '';
+ print ' | ';
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
print img_picto($langs->trans("MoveBox",$pos),'uparrow','class="boxhandle" style="cursor:move;"');
print ' | ';
- print '';
+ print ' | ';
print $langs->trans("Field").' '.$key.': ';
print $fieldssource[$key]['name'].' ('.$fieldssource[$key]['example1'].')';
print ' | ';
diff --git a/htdocs/langs/en_US/exports.lang b/htdocs/langs/en_US/exports.lang
index 15e69592f66..ec326bc9498 100644
--- a/htdocs/langs/en_US/exports.lang
+++ b/htdocs/langs/en_US/exports.lang
@@ -58,6 +58,6 @@ TypeOfLineServiceOrProduct=Type of line (0=product, 1=service)
FileWithDataToImport=File with data to import
FileToImport=Source file to import
FileMustHaveOneOfFollowingFormat=File to import must have one of following format
-ChooseFileToImport=Choose file to import then click on picto %s ...
+ChooseFileToImport=Upload or choose file to import then click on picto %s ...
FieldsInSourceFile=Fields in source file
FieldsInTargetDatabase=Target fields in Dolibarr database
diff --git a/htdocs/langs/fr_FR/exports.lang b/htdocs/langs/fr_FR/exports.lang
index a52805fe7da..cc6abd9e0de 100644
--- a/htdocs/langs/fr_FR/exports.lang
+++ b/htdocs/langs/fr_FR/exports.lang
@@ -58,6 +58,6 @@ TypeOfLineServiceOrProduct=Type de ligne (0=produit, 1=service)
FileWithDataToImport=Fichier contenant les données à importer
FileToImport=Fichier source à importer
FileMustHaveOneOfFollowingFormat=Le fichier à importer doit avoir un des formats suivants
-ChooseFileToImport=Choisissez le fichier à importer puis cliquez sur le picto %s ...
+ChooseFileToImport=Ajouter ou choisissez le fichier à importer puis cliquez sur le picto %s ...
FieldsInSourceFile=Champs dans le fichier source
FieldsInTargetDatabase=Champs cibles dans la base Dolibarr
\ No newline at end of file
diff --git a/htdocs/theme/common/helpdoc.png b/htdocs/theme/common/helpdoc.png
index 8aeaea107b9..8cd950e7be1 100644
Binary files a/htdocs/theme/common/helpdoc.png and b/htdocs/theme/common/helpdoc.png differ