Signed-off-by: Piotr Krukowiecki <piotr.krukowiecki@xxxxxxxxx> --- wt-status.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Not a native English speaker, but IMO the previous version isn't correct. diff --git a/wt-status.c b/wt-status.c index 4daa8bb..3214f52 100644 --- a/wt-status.c +++ b/wt-status.c @@ -643,7 +643,7 @@ void wt_status_print(struct wt_status *s) else if (!strcmp(branch_name, "HEAD")) { branch_name = ""; branch_status_color = color(WT_STATUS_NOBRANCH, s); - on_what = "Not currently on any branch."; + on_what = "Not on any branch currently."; } color_fprintf(s->fp, color(WT_STATUS_HEADER, s), "# "); color_fprintf(s->fp, branch_status_color, "%s", on_what); -- 1.7.4.1.295.ged435 -- Piotr Krukowiecki -- 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