[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-10-26 23:25:30 CEST

Garrett Rooney wrote:
> 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?

Eww! Is is _really_ more useful to print "[no further information available]"
than just to print no further information? I'm trying to think of a situation
where somebody would be better off, and failing to do so. Help me!

- Julian

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