You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2006/06/05 17:53:59 UTC

svn commit: r411834 - /tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties

Author: andyhot
Date: Mon Jun  5 08:53:58 2006
New Revision: 411834

URL: http://svn.apache.org/viewvc?rev=411834&view=rev
Log:
Added missing key

Modified:
    tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties

Modified: tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties?rev=411834&r1=411833&r2=411834&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties (original)
+++ tapestry/tapestry4/trunk/framework/src/java/org/apache/tapestry/multipart/MultipartStrings.properties Mon Jun  5 08:53:58 2006
@@ -15,3 +15,4 @@
 unable-to-decode=Unable to decode multipart encoded request: {0}
 unsupported-encoding=Unsupported character encoding ''{0}'' when decoding multipart encoded request: {1}
 write-failure=Unable to write uploaded file content to {0}: {1}
+unable-to-open-content-file=Unable to open uploaded file ''{0}'': {1}