diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index b729ad51fc5..419862229e1 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -1040,9 +1040,9 @@ class FormFile
* @param string $relativepath Relative path of docs (autodefined if not provided), relative to module dir, not to MAIN_DATA_ROOT.
* @param int $permonobject Permission on object (so permission to delete or crop document)
* @param int $useinecm Change output for use in ecm module:
- * 0 or 6: Add a preview column. Show also a rename and crop button.
+ * 0 or 6: Add a preview column. Show also a rename button. Show also a crop button (if modulepart into a specific list)
* 1: Add link to edit ECM entry
- * 2: Add rename and crop file
+ * 2: Add rename and crop link
* 4: Add a preview column
* 5: Add link to edit ECM entry and Add a preview column
* @param string $textifempty Text to show if filearray is empty ('NoFileFound' if not defined)