[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: <kfogel_at_collab.net>
Date: 2005-04-28 20:44:20 CEST

"Peter N. Lundblad" <peter@famlundblad.se> writes:
> > --- 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"?

I don't think so. It's a matter of taste. Suppose I phrased it like
this:

   "Cannot compare property's value..."

See what I mean? Until you do the comparison, you don't know if there
are one or two values in play here.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 21:42:33 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.