Steps to reproduce:
- go to a workspace where you can create a File document
- click on the New button then on File
- in the creation form, fill the different field and choose an empty file for the content (created by touch foo.txt under Linux)
- push the Create button
- a validation message is displayed : "Invalid file"
This message corresponds to the label
error.inputFile.invalidFile=Invalid file
whereas we should use
error.inputFile.emptyFile=Empty file