Sandy Carter <sandy.carter@xxxxxxxxxxxxxxxxxxxx> writes: > diff --git a/wt-status.c b/wt-status.c > index a452407..69e0dfc 100644 > --- a/wt-status.c > +++ b/wt-status.c > @@ -264,7 +264,7 @@ static void wt_status_print_unmerged_data(struct wt_status *s, > case 6: how = _("both added:"); break; > case 7: how = _("both modified:"); break; > } > - status_printf_more(s, c, "%-20s%s\n", how, one); > + status_printf_more(s, c, "%-19s %s\n", how, one); > strbuf_release(&onebuf); > } Thanks; I have to wonder if we would want to do something similar to what 3651e45c (wt-status: take the alignment burden off translators, 2013-11-05) to the other parts of the output, though. -- 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