git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sequencer: use proper sentence grammar in the first sentence of staged change advice
@ 2022-01-19  9:47 Bagas Sanjaya
  0 siblings, 0 replies; only message in thread
From: Bagas Sanjaya @ 2022-01-19  9:47 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin, Bagas Sanjaya

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(-)

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"

base-commit: df3c41adeb212432c53d93ce6ace5d5374dc6e11
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-19  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-19  9:47 [PATCH] sequencer: use proper sentence grammar in the first sentence of staged change advice Bagas Sanjaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).