You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2011/02/09 14:53:28 UTC

svn commit: r1068887 - /myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Author: matzew
Date: Wed Feb  9 13:53:27 2011
New Revision: 1068887

URL: http://svn.apache.org/viewvc?rev=1068887&view=rev
Log:
TRINIDAD-2031 - Error message displayed on upload failure from custom ChainedUploadedFileProcessor has extra full stop




Modified:
    myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Modified: myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?rev=1068887&r1=1068886&r2=1068887&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts (original)
+++ myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts Wed Feb  9 13:53:27 2011
@@ -72,7 +72,7 @@
 
   <!-- Upload ConversionException messages -->
   <resource key="org.apache.myfaces.trinidad.UPLOAD_FAILURE">The file upload failed.</resource>
-  <resource key="org.apache.myfaces.trinidad.UPLOAD_FAILURE_detail">{0}.</resource>
+  <resource key="org.apache.myfaces.trinidad.UPLOAD_FAILURE_detail">{0}</resource>
 
   <!-- hints for validators -->
   <resource key="org.apache.myfaces.trinidad.validator.RangeValidator.MAXIMUM_HINT">Enter a number less than or equal to {0}.</resource>