Author: imario Date: Mon May 14 06:07:27 2007 New Revision: 537813 URL: http://svn.apache.org/viewvc?view=rev&rev=537813 Log: VFS-136: wrong attribute index in message - Thanks to Adam Heath for the patch
Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties Modified: jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties?view=diff&rev=537813&r1=537812&r2=537813 ============================================================================== --- jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties (original) +++ jakarta/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/Resources.properties Mon May 14 06:07:27 2007 @@ -83,7 +83,7 @@ vfs.provider/close-instr.error=Could not close the input stream for file "{0}". vfs.provider/close-outstr.error=Could not close the output stream for file "{0}". vfs.provider/get-attributes-no-exist.error=Could not get attributes for file "{0}" because it does not exist. -vfs.provider/get-attributes.error=Could not get attributes "{1}". +vfs.provider/get-attributes.error=Could not get attributes "{0}". vfs.provider/set-attribute-no-exist.error=Could not set attribute "{0}" of "{1}" because it does not exist. vfs.provider/set-attribute.error=Could not set attribute "{0}" of "{1}". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]