]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wt-status.c
Merge branch 'kb/maint-status-cquote'
[thirdparty/git.git] / wt-status.c
index 9624865e21739139a9fef5ebc31196cbcd22011a..06ae161c6707e893ab723812b268016a05b950fe 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)