On Sun, Apr 22, 2012 at 11:42 PM, Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> wrote: > On 04/16/2012 02:50 PM, Nguyễn Thái Ngọc Duy wrote: >> @@ -3551,8 +3555,9 @@ static int write_out_one_reject(struct patch *patch) >> die(_("internal error")); >> >> /* Say this even without --verbose */ >> - say_patch_name(stderr, "Applying patch ", patch, " with"); >> - fprintf(stderr, " %d rejects...\n", cnt); >> + strbuf_addf(&sb, _("Applying patch %%s with %d rejects..."), cnt); > Shouldn't this part be: > strbuf_addf(&sb, Q_("Applying patch %%s with one reject...", > "Applying patch %%s with %d rejects...", > cnt), cnt); > ? Yes. Thanks for catching. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html