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

Re: svn commit: r17034 - in trunk/subversion: mod_authz_svn mod_dav_svn

From: <kfogel_at_collab.net>
Date: 2005-10-26 19:28:54 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:
> On 10/26/05, kfogel@tigris.org <kfogel@tigris.org> wrote:
>
> > - svn_error_clear (svn_cmdline_fprintf (stream, err->pool,
> > - _("%swarning: %s\n"),
> > - prefix, err->message));
> > + svn_error_clear (svn_cmdline_fprintf
> > + (stream, err->pool,
> > + _("%swarning: %s\n"),
> > + prefix, (err->message ? err->message :
> > + "[no further information available]")));
>
> Shouldn't the "[no further information available]" part of the error
> message be wrapped in _() so it can be translated?

Duh!

Thank you, yes, I will fix.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 26 20:45:11 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.