imario 2004/08/10 06:51:21
Modified: vfs/src/java/org/apache/commons/vfs Resources.properties
Log:
use correct index
Revision Changes Path
1.41 +1 -1
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/Resources.properties,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- Resources.properties 10 Aug 2004 13:49:45 -0000 1.40
+++ Resources.properties 10 Aug 2004 13:51:21 -0000 1.41
@@ -21,7 +21,7 @@
vfs.provider/list-children.error=Could not list the contents of folder "{0}".
vfs.provider/delete-read-only.error=Could not delete "{0}" because it is read-only.
vfs.provider/rename-read-only.error=Could not rename "{0}" because it is read-only.
-vfs.provider/rename-dest-exists.error=Destination "{1}" already existent.
+vfs.provider/rename-dest-exists.error=Destination "{0}" already existent.
vfs.provider/delete.error=Could not delete "{0}".
vfs.provider/rename.error=Could not rename "{0}".
vfs.provider/create-folder-mismatched-type.error=Could not create folder "{0}"
because it already exists and is a file.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]