Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.15.3
-
None
Description
There's a typo in the english key:
struts.messages.error.file.too.large=The file is to large to be uploaded: {0} "{1}" "{2}" {3}
Should be "too large".
While we're at it, the resulting message is not very user friendly: The file is to large to be uploaded: upload "LargeFile.zip" "LargeFile.zip.temp" 11000000
Suggestion:
struts.messages.error.file.too.large=File {0} is too large to be uploaded. Maximum allowed size {3} bytes?