You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/08/21 20:28:35 UTC

git commit: WW-4389 Replaces question mark with exclamation

Repository: struts
Updated Branches:
  refs/heads/develop 91225ce17 -> 6d62aaedb


WW-4389 Replaces question mark with exclamation


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/6d62aaed
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/6d62aaed
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/6d62aaed

Branch: refs/heads/develop
Commit: 6d62aaedb4afcf593eba0ad6ccf73fee2078cef7
Parents: 91225ce
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Aug 21 20:28:14 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Aug 21 20:28:14 2014 +0200

----------------------------------------------------------------------
 .../main/resources/org/apache/struts2/struts-messages.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/6d62aaed/core/src/main/resources/org/apache/struts2/struts-messages.properties
----------------------------------------------------------------------
diff --git a/core/src/main/resources/org/apache/struts2/struts-messages.properties b/core/src/main/resources/org/apache/struts2/struts-messages.properties
index b25cefb..e4e5a21 100644
--- a/core/src/main/resources/org/apache/struts2/struts-messages.properties
+++ b/core/src/main/resources/org/apache/struts2/struts-messages.properties
@@ -27,7 +27,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=File {0} is too large to be uploaded. Maximum allowed size is {4} bytes?
+struts.messages.error.file.too.large=File {0} is too large to be uploaded. Maximum allowed size is {4} bytes!
 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}