[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-10-26 19:08:16 CEST

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?

-garrett

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