From 9fed7c1f799960496243022122d1d46c8de90dbf Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 22 Jan 2016 10:09:51 -0500 Subject: [PATCH] status: Update unstaged label to be same as used by git-status --- src/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.c b/src/status.c index 1874914..11e4615 100644 --- a/src/status.c +++ b/src/status.c @@ -322,7 +322,7 @@ status_get_column_data(struct view *view, const struct line *line, struct view_c case LINE_STAT_UNSTAGED: type = LINE_SECTION; - text = "Changed but not updated:"; + text = "Changes not staged for commit:"; break; case LINE_STAT_UNTRACKED: -- 2.11.4.GIT