You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Todd Kofford <td...@gmail.com> on 2017/01/10 15:48:18 UTC

Trivial typo in struts-messages_en.properties

Although this is trivial, I thought I would mention it anyway. 

I've been playing with file upload functionality of struts version 2.5.8, and noticed that the file "struts-messages_en.properties" has a typo in the following message:
    struts.messages.error.file.too.large=The file is to large to be uploaded: {0} "{1}" "{2}" {3}
This needs to be changed to:
    struts.messages.error.file.too.large=The file is too large to be uploaded: {0} "{1}" "{2}" {3}

The typo does not exist in the file "struts-messages.properties".



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Trivial typo in struts-messages_en.properties

Posted by Lukasz Lenart <lu...@apache.org>.
Thanks, fixed :)

2017-01-10 16:48 GMT+01:00 Todd Kofford <td...@gmail.com>:
> Although this is trivial, I thought I would mention it anyway.
>
> I've been playing with file upload functionality of struts version 2.5.8, and noticed that the file "struts-messages_en.properties" has a typo in the following message:
>     struts.messages.error.file.too.large=The file is to large to be uploaded: {0} "{1}" "{2}" {3}
> This needs to be changed to:
>     struts.messages.error.file.too.large=The file is too large to be uploaded: {0} "{1}" "{2}" {3}
>
> The typo does not exist in the file "struts-messages.properties".
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org