diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php
index 8dca985af70..d88d775e0c1 100644
--- a/htdocs/adherents/document.php
+++ b/htdocs/adherents/document.php
@@ -128,7 +128,7 @@ if ($id > 0)
// Morphy
print '
| '.$langs->trans("Nature").' | '.$object->getmorphylib().' | ';
- /*print '';
+ /*print ' | ';
print $form->showphoto('memberphoto',$object);
print ' | ';*/
print '
';
@@ -140,10 +140,10 @@ if ($id > 0)
print '| '.$langs->trans("UserTitle").' | '.$object->getCivilityLabel().' | ';
print '
';
- // Nbre fichiers
+ // Number of Attached Files
print '| '.$langs->trans("NbOfAttachedFiles").' | '.count($filearray).' |
';
- //Total taille
+ //Total Size Of Attached Files
print '| '.$langs->trans("TotalSizeOfAttachedFiles").' | '.dol_print_size($totalsize, 1, 1).' |
';
print '';