[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r14473 - trunk/subversion/libsvn_fs_base

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-28 10:04:54 CEST

On Wed, 27 Apr 2005 kfogel@tigris.org wrote:

> Author: kfogel
> Date: Wed Apr 27 10:19:45 2005
> New Revision: 14473
>
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_fs_base/tree.c?rev=14473&p1=trunk/subversion/libsvn_fs_base/tree.c&p2=trunk/subversion/libsvn_fs_base/tree.c&r1=14472&r2=14473
> ==============================================================================
> --- trunk/subversion/libsvn_fs_base/tree.c (original)
> +++ trunk/subversion/libsvn_fs_base/tree.c Wed Apr 27 10:19:45 2005
> @@ -1404,7 +1404,7 @@
> if (root1->fs != root2->fs)
> return svn_error_create
> (SVN_ERR_FS_GENERAL, NULL,
> - _("Asking props changed in two different filesystems"));
> + _("Cannot compare property value between two different filesystems"));
>
Shouldn't that be "property values"?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 10:05:01 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.