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

Re: [PATCH] refactoring of a message for localizability

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-02-25 09:17:32 CET

I'm Greg Hudson, and I approve this patch.

On Fri, 2005-02-25 at 02:26, Kobayashi Noritada wrote:
> - _("* %s revision %ld.\n"),
> - dumping ? "Dumped" : "Verified", to_rev));
> + dumping
> + ? _("* Dumped revision %ld.\n")
> + : _("* Verified revision %ld.\n"),
> + to_rev));

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 25 09:19:06 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.