diff mbox series

sequencer: use proper sentence grammar in the first sentence of staged change advice

Message ID 20220119094740.16001-1-bagasdotme@gmail.com (mailing list archive)
State New, archived
Headers show
Series sequencer: use proper sentence grammar in the first sentence of staged change advice | expand

Commit Message

Bagas Sanjaya Jan. 19, 2022, 9:47 a.m. UTC
Use sentence case and terminate the first sentence with full stop.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 sequencer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: df3c41adeb212432c53d93ce6ace5d5374dc6e11
diff mbox series

Patch

diff --git a/sequencer.c b/sequencer.c
index 6abd72160c..bb1576336f 100644
--- a/sequencer.c
+++ b/sequencer.c
@@ -936,7 +936,7 @@  static const char *author_date_from_env_array(const struct strvec *env)
 }
 
 static const char staged_changes_advice[] =
-N_("you have staged changes in your working tree\n"
+N_("You have staged changes in your working tree.\n"
 "If these changes are meant to be squashed into the previous commit, run:\n"
 "\n"
 "  git commit --amend %s\n"