status, branch: fix the misleading "bisecting" message
[gitweb.git] / wt-status.c
index 32a51e1323e28a49f617be4b53e35416f52cb066..cf3d81ab29b0316a1c606006019ae19013d03d48 100644 (file)
@@ -953,7 +953,7 @@ static void show_bisect_in_progress(struct wt_status *s,
 {
        if (state->branch)
                status_printf_ln(s, color,
-                                _("You are currently bisecting branch '%s'."),
+                                _("You are currently bisecting, started from branch '%s'."),
                                 state->branch);
        else
                status_printf_ln(s, color,