Code

Change remote tracking to remote-tracking in non-trivial places
[git.git] / wt-status.c
index fc2438f60b0e0e87772db2a9f3e407f351bb03d0..d9f3d9fe9369ceaac07f5b405e25cf94d824e102 100644 (file)
@@ -88,7 +88,7 @@ static void wt_status_print_dirty_header(struct wt_status *s,
 {
        const char *c = color(WT_STATUS_HEADER, s);
 
-       color_fprintf_ln(s->fp, c, "# Changed but not updated:");
+       color_fprintf_ln(s->fp, c, "# Changes not staged for commit:");
        if (!advice_status_hints)
                return;
        if (!has_deleted)