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

Re: svn commit: r15277 - in trunk/subversion: clients/cmdline

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-07-06 20:37:30 CEST

kfogel@tigris.org writes:

> Author: kfogel
> Date: Wed Jul 6 12:39:36 2005
> New Revision: 15277

> + return svn_error_create
> + (SVN_ERR_CL_NO_EDITOR_WHEN_NONINTERACTIVE, NULL,
> + _("Not invoking editor to get log message, "
> + "because non-interactive"));

> + SVN_ERRDEF (SVN_ERR_CL_NO_EDITOR_WHEN_NONINTERACTIVE,
> + SVN_ERR_CL_CATEGORY_START + 10,
> + "Cannot invoke editor when non-interactive behavior requested")

Is "behavior" a typo or an American spelling of "behaviour"? I don't
like the first message, how about something more like the second:

   "Cannot invoke editor to get log message when non-interactive"

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 6 20:39:04 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.