Re: [PATCH] i18n: make the translation of -u advise in one go

2013-04-11 Thread Jonathan Nieder
Hi, Jiang Xin wrote: > Since status_vprintf() called by status_printf_ln() can handle eol in > buffer, we could simply join these lines into one paragraph. Good idea. [...] > --- a/wt-status.c > +++ b/wt-status.c > @@ -1223,16 +1223,12 @@ void wt_status_print(struct wt_status *s) >

Re: [PATCH] i18n: make the translation of -u advise in one go

2013-04-11 Thread Eric Sunshine
On Thu, Apr 11, 2013 at 10:46 PM, Jiang Xin wrote: > i18n: make the translation of -u advise in one go s/advise/advice/ > The advise (consider use of -u when read_directory takes too long) is Ditto: s/advise/advice/ > separated into 3 different status_printf_ln() calls, and which brings > trou