Ãvar ArnfjÃrà Bjarmason wrote: > --- a/builtin/branch.c > +++ b/builtin/branch.c > @@ -214,7 +214,7 @@ static int delete_branches(int argc, const char **argv, int force, int kinds) > ret = 1; > } else { > struct strbuf buf = STRBUF_INIT; > - printf("Deleted %sbranch %s (was %s).\n", remote, > + printf(_("Deleted %sbranch %s (was %s).\n"), remote, This patch might be might easier to read squashed with the previous one (both for the sake of providing context to reviewers and avoiding mixed-language output :)). -- 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