Repository: struts Updated Branches: refs/heads/master d12bb7cdd -> 880c4c2d3
Fixes small typo Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/880c4c2d Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/880c4c2d Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/880c4c2d Branch: refs/heads/master Commit: 880c4c2d33f67c28a834a44da5a2523b858601b3 Parents: d12bb7c Author: Lukasz Lenart <[email protected]> Authored: Tue Jan 10 19:07:37 2017 +0100 Committer: Lukasz Lenart <[email protected]> Committed: Tue Jan 10 19:07:37 2017 +0100 ---------------------------------------------------------------------- .../resources/org/apache/struts2/struts-messages_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/880c4c2d/core/src/main/resources/org/apache/struts2/struts-messages_en.properties ---------------------------------------------------------------------- diff --git a/core/src/main/resources/org/apache/struts2/struts-messages_en.properties b/core/src/main/resources/org/apache/struts2/struts-messages_en.properties index 5a4f279..fdd40a8 100644 --- a/core/src/main/resources/org/apache/struts2/struts-messages_en.properties +++ b/core/src/main/resources/org/apache/struts2/struts-messages_en.properties @@ -31,7 +31,7 @@ struts.messages.invalid.file=Could not find a Filename for {0}. Verify that a va struts.messages.invalid.content.type=Could not find a Content-Type for {0}. Verify that a valid file was submitted. struts.messages.removing.file=Removing file {0} {1} struts.messages.error.uploading=Error uploading: {0} -struts.messages.error.file.too.large=The file is to large to be uploaded: {0} "{1}" "{2}" {3} +struts.messages.error.file.too.large=The file is too large to be uploaded: {0} "{1}" "{2}" {3} struts.messages.error.content.type.not.allowed=Content-Type not allowed: {0} "{1}" "{2}" {3} struts.messages.error.file.extension.not.allowed=File extension not allowed: {0} "{1}" "{2}" {3}
